ladybird/Libraries/LibWeb/ContentSecurityPolicy/Directives
Tim Ledbetter cb1a1a5cb5
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb: Replace is<T>() with as_if<T>() where possible
2025-08-25 18:45:00 +02: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 LibWeb: Make a bunch of CSP classes not realm associated 2025-04-28 12:41:28 +02:00
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 LibWeb: Make a bunch of CSP classes not realm associated 2025-04-28 12:41:28 +02:00
DirectiveOperations.cpp LibWeb: Replace is<T>() with as_if<T>() where possible 2025-08-25 18:45:00 +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