ladybird/Libraries/LibWeb/ContentSecurityPolicy
Timothy Flynn ee6b2db009 AK+LibURL+LibWeb: Use simdutf to validate ASCII strings
simdutf provides a vectorized ASCII validator, so let's use that instead
of looping over strings manually.
2025-04-06 11:05:58 -04:00
..
Directives LibWeb: Enforce Content Security Policy on navigation request/response 2025-04-01 04:01:28 +02:00
BlockingAlgorithms.cpp LibWeb: Enforce Content Security Policy on navigation request/response 2025-04-01 04:01:28 +02:00
BlockingAlgorithms.h LibWeb: Enforce Content Security Policy on navigation request/response 2025-04-01 04:01:28 +02:00
Policy.cpp AK+LibURL+LibWeb: Use simdutf to validate ASCII strings 2025-04-06 11:05:58 -04:00
Policy.h LibWeb/CSP: Introduce the ability to create and report a violation 2025-03-19 00:55:14 +01:00
PolicyList.cpp
PolicyList.h
SecurityPolicyViolationEvent.cpp LibWeb/CSP: Implement SecurityPolicyViolationEvent 2025-03-19 00:55:14 +01:00
SecurityPolicyViolationEvent.h LibWeb/CSP: Implement SecurityPolicyViolationEvent 2025-03-19 00:55:14 +01:00
SecurityPolicyViolationEvent.idl LibWeb/CSP: Implement SecurityPolicyViolationEvent 2025-03-19 00:55:14 +01:00
SerializedPolicy.cpp LibWeb/CSP: Introduce the ability to create and report a violation 2025-03-19 00:55:14 +01:00
SerializedPolicy.h LibWeb/CSP: Introduce the ability to create and report a violation 2025-03-19 00:55:14 +01:00
Violation.cpp LibWeb/CSP: Introduce the ability to create and report a violation 2025-03-19 00:55:14 +01:00
Violation.h LibWeb/CSP: Introduce the ability to create and report a violation 2025-03-19 00:55:14 +01:00