mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibWeb/CSP: Implement the style-src directive
This commit is contained in:
parent
d1abd11b78
commit
8b0b3b186f
Notes:
github-actions[bot]
2025-07-17 23:59:22 +00:00
Author: https://github.com/Lubrsi
Commit: 8b0b3b186f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5490
Reviewed-by: https://github.com/shannonbooth ✅
6 changed files with 130 additions and 1 deletions
|
@ -143,6 +143,7 @@ class ObjectSourceDirective;
|
|||
class ScriptSourceAttributeDirective;
|
||||
class ScriptSourceDirective;
|
||||
class ScriptSourceElementDirective;
|
||||
class StyleSourceDirective;
|
||||
struct SerializedDirective;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue