ladybird/Libraries/LibWeb/ContentSecurityPolicy/Directives
Tete17 966e00fd69 LibWeb: Finish algorithm to block trusted type policy creation with CSP
This is the mechanism that should pages to determine what kind of
policies can be created on their domains mostly based around the HTTP
headers the server responds with.
2025-08-11 12:21:31 +01:00
..
BaseUriDirective.cpp LibWeb/CSP: Implement the base-uri directive 2025-08-07 00:45:31 +02:00
BaseUriDirective.h LibWeb/CSP: Implement the base-uri directive 2025-08-07 00:45:31 +02:00
ChildSourceDirective.cpp LibWeb/CSP: Implement the child-src directive 2025-07-19 17:15:21 +12:00
ChildSourceDirective.h LibWeb/CSP: Implement the child-src directive 2025-07-19 17:15:21 +12:00
ConnectSourceDirective.cpp LibWeb/CSP: Implement the connect-src directive 2025-07-05 21:21:44 +12:00
ConnectSourceDirective.h LibWeb/CSP: Add [[nodiscard]] to result enums 2025-07-06 13:40:04 +12:00
DefaultSourceDirective.cpp LibWeb/CSP: Implement the default-src directive 2025-07-19 17:15:21 +12:00
DefaultSourceDirective.h LibWeb/CSP: Implement the default-src directive 2025-07-19 17:15:21 +12:00
Directive.cpp
Directive.h LibWeb/CSP: Add [[nodiscard]] to result enums 2025-07-06 13:40:04 +12:00
DirectiveFactory.cpp LibWeb/CSP: Implement the sandbox directive 2025-08-07 19:24:39 +02:00
DirectiveFactory.h
DirectiveOperations.cpp LibWeb: Avoid accessing opaque origin port during CSP checks 2025-07-13 14:33:33 +02:00
DirectiveOperations.h LibWeb/CSP: Implement the script-src directive 2025-07-09 15:52:54 -06:00
FontSourceDirective.cpp LibWeb/CSP: Implement the font-src directive 2025-07-05 21:21:44 +12:00
FontSourceDirective.h LibWeb/CSP: Add [[nodiscard]] to result enums 2025-07-06 13:40:04 +12:00
FormActionDirective.cpp LibWeb/CSP: Implement the form-action directive 2025-08-07 00:45:31 +02:00
FormActionDirective.h LibWeb/CSP: Implement the form-action directive 2025-08-07 00:45:31 +02:00
FrameAncestorsDirective.cpp LibWeb/CSP: Implement the frame-ancestors directive 2025-08-07 00:45:31 +02:00
FrameAncestorsDirective.h LibWeb/CSP: Implement the frame-ancestors directive 2025-08-07 00:45:31 +02:00
FrameSourceDirective.cpp LibWeb/CSP: Implement the frame-src directive 2025-07-05 21:21:44 +12:00
FrameSourceDirective.h LibWeb/CSP: Add [[nodiscard]] to result enums 2025-07-06 13:40:04 +12:00
ImageSourceDirective.cpp LibWeb/CSP: Implement the img-src directive 2025-07-05 21:21:44 +12:00
ImageSourceDirective.h LibWeb/CSP: Add [[nodiscard]] to result enums 2025-07-06 13:40:04 +12:00
KeywordSources.cpp LibWeb/CSP: Add Keyword Sources FlyStrings 2025-07-01 10:24:24 +12:00
KeywordSources.h LibWeb/CSP: Add Keyword Sources FlyStrings 2025-07-01 10:24:24 +12:00
KeywordTrustedTypes.cpp LibWeb: Finish algorithm to block trusted type policy creation with CSP 2025-08-11 12:21:31 +01:00
KeywordTrustedTypes.h LibWeb: Finish algorithm to block trusted type policy creation with CSP 2025-08-11 12:21:31 +01:00
ManifestSourceDirective.cpp LibWeb/CSP: Implement the manifest-src directive 2025-07-06 13:40:04 +12:00
ManifestSourceDirective.h LibWeb/CSP: Implement the manifest-src directive 2025-07-06 13:40:04 +12:00
MediaSourceDirective.cpp LibWeb/CSP: Implement the media-src directive 2025-07-06 13:40:04 +12:00
MediaSourceDirective.h LibWeb/CSP: Implement the media-src directive 2025-07-06 13:40:04 +12:00
Names.cpp
Names.h LibWeb: Finish algorithm to block trusted type policy creation with CSP 2025-08-11 12:21:31 +01:00
ObjectSourceDirective.cpp LibWeb/CSP: Implement the object-src directive 2025-07-06 13:40:04 +12:00
ObjectSourceDirective.h LibWeb/CSP: Implement the object-src directive 2025-07-06 13:40:04 +12:00
ReportToDirective.cpp LibWeb/CSP: Implement the report-to directive 2025-08-07 19:24:39 +02:00
ReportToDirective.h LibWeb/CSP: Implement the report-to directive 2025-08-07 19:24:39 +02:00
ReportUriDirective.cpp LibWeb/CSP: Implement the report-uri directive 2025-08-07 19:24:39 +02:00
ReportUriDirective.h LibWeb/CSP: Implement the report-uri directive 2025-08-07 19:24:39 +02:00
SandboxDirective.cpp LibWeb/CSP: Implement the sandbox directive 2025-08-07 19:24:39 +02:00
SandboxDirective.h LibWeb/CSP: Implement the sandbox directive 2025-08-07 19:24:39 +02:00
ScriptSourceAttributeDirective.cpp LibWeb/CSP: Implement the script-src-attr directive 2025-07-12 13:06:33 +12:00
ScriptSourceAttributeDirective.h LibWeb/CSP: Implement the script-src-attr directive 2025-07-12 13:06:33 +12:00
ScriptSourceDirective.cpp LibWeb/CSP: Implement the script-src directive 2025-07-09 15:52:54 -06:00
ScriptSourceDirective.h LibWeb/CSP: Implement the script-src directive 2025-07-09 15:52:54 -06:00
ScriptSourceElementDirective.cpp LibWeb/CSP: Implement the script-src-elem directive 2025-07-12 13:06:33 +12:00
ScriptSourceElementDirective.h LibWeb/CSP: Implement the script-src-elem directive 2025-07-12 13:06:33 +12:00
SerializedDirective.cpp
SerializedDirective.h
SourceExpression.cpp LibWeb: Implement Content Security Policy directive expression parser 2025-07-01 10:24:24 +12:00
SourceExpression.h LibWeb: Implement Content Security Policy directive expression parser 2025-07-01 10:24:24 +12:00
StyleSourceAttributeDirective.cpp LibWeb/CSP: Implement the style-src-attr directive 2025-07-18 11:58:04 +12:00
StyleSourceAttributeDirective.h LibWeb/CSP: Implement the style-src-attr directive 2025-07-18 11:58:04 +12:00
StyleSourceDirective.cpp LibWeb/CSP: Implement the style-src directive 2025-07-18 11:58:04 +12:00
StyleSourceDirective.h LibWeb/CSP: Implement the style-src directive 2025-07-18 11:58:04 +12:00
StyleSourceElementDirective.cpp LibWeb/CSP: Implement the style-src-elem directive 2025-07-18 11:58:04 +12:00
StyleSourceElementDirective.h LibWeb/CSP: Implement the style-src-elem directive 2025-07-18 11:58:04 +12:00
WebRTCDirective.cpp LibWeb/CSP: Implement the webrtc directive 2025-08-07 19:24:39 +02:00
WebRTCDirective.h LibWeb/CSP: Implement the webrtc directive 2025-08-07 19:24:39 +02:00
WorkerSourceDirective.cpp LibWeb/CSP: Implement the worker-src directive 2025-07-19 17:15:21 +12:00
WorkerSourceDirective.h LibWeb/CSP: Implement the worker-src directive 2025-07-19 17:15:21 +12:00