mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibWeb/CSP: Implement the script-src-elem directive
This commit is contained in:
parent
caf45f2317
commit
f382bccc3d
Notes:
github-actions[bot]
2025-07-12 01:07:54 +00:00
Author: https://github.com/Lubrsi
Commit: f382bccc3d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5404
Reviewed-by: https://github.com/shannonbooth ✅
5 changed files with 111 additions and 0 deletions
|
@ -141,6 +141,7 @@ class ManifestSourceDirective;
|
|||
class MediaSourceDirective;
|
||||
class ObjectSourceDirective;
|
||||
class ScriptSourceDirective;
|
||||
class ScriptSourceElementDirective;
|
||||
struct SerializedDirective;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue