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