mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
LibWeb/CSP: Implement the style-src-elem directive
This commit is contained in:
parent
8b0b3b186f
commit
574b736156
Notes:
github-actions[bot]
2025-07-17 23:59:17 +00:00
Author: https://github.com/Lubrsi
Commit: 574b736156
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5490
Reviewed-by: https://github.com/shannonbooth ✅
5 changed files with 126 additions and 0 deletions
|
@ -61,6 +61,7 @@ set(SOURCES
|
|||
ContentSecurityPolicy/Directives/SerializedDirective.cpp
|
||||
ContentSecurityPolicy/Directives/SourceExpression.cpp
|
||||
ContentSecurityPolicy/Directives/StyleSourceDirective.cpp
|
||||
ContentSecurityPolicy/Directives/StyleSourceElementDirective.cpp
|
||||
ContentSecurityPolicy/Policy.cpp
|
||||
ContentSecurityPolicy/PolicyList.cpp
|
||||
ContentSecurityPolicy/SecurityPolicyViolationEvent.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue