LibWeb/CSP: Implement the script-src-elem directive

This commit is contained in:
Luke Wilde 2024-12-03 15:24:07 +00:00 committed by Shannon Booth
commit f382bccc3d
Notes: github-actions[bot] 2025-07-12 01:07:54 +00:00
5 changed files with 111 additions and 0 deletions

View file

@ -141,6 +141,7 @@ class ManifestSourceDirective;
class MediaSourceDirective;
class ObjectSourceDirective;
class ScriptSourceDirective;
class ScriptSourceElementDirective;
struct SerializedDirective;
}