1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Libraries/LibWeb/ContentSecurityPolicy/Directives
Shannon Booth 8a3c66d8a6 LibWeb: Make a bunch of CSP classes not realm associated
These are not associated with a javascript realm, so to avoid
confusion about which realm these need to be created in, make
all of these objects a GC::Cell, and deal with the fallout.
2025-04-28 12:41:28 +02:00
..
Directive.cpp LibWeb: Make a bunch of CSP classes not realm associated 2025-04-28 12:41:28 +02:00
Directive.h LibWeb: Make a bunch of CSP classes not realm associated 2025-04-28 12:41:28 +02:00
DirectiveFactory.cpp LibWeb: Make a bunch of CSP classes not realm associated 2025-04-28 12:41:28 +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: Enforce Content Security Policy on navigation request/response 2025-04-01 04:01:28 +02:00
DirectiveOperations.h LibWeb: Enforce Content Security Policy on navigation request/response 2025-04-01 04:01:28 +02:00
Names.cpp LibWeb: Introduce Content Security Policy policies and directives 2025-03-04 14:27:19 +01:00
Names.h LibWeb: Introduce Content Security Policy policies and directives 2025-03-04 14:27:19 +01:00
SerializedDirective.cpp LibWeb: Introduce Content Security Policy policies and directives 2025-03-04 14:27:19 +01:00
SerializedDirective.h LibWeb: Introduce Content Security Policy policies and directives 2025-03-04 14:27:19 +01:00