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

This commit is contained in:
Luke Wilde 2024-12-03 17:16:27 +00:00 committed by Shannon Booth
commit 574b736156
Notes: github-actions[bot] 2025-07-17 23:59:17 +00:00
5 changed files with 126 additions and 0 deletions

View file

@ -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