mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibWeb/CSP: Implement the media-src directive
This commit is contained in:
parent
5addbcd61b
commit
1b12aa4d8e
Notes:
github-actions[bot]
2025-07-06 12:17:16 +00:00
Author: https://github.com/Lubrsi
Commit: 1b12aa4d8e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5308
Reviewed-by: https://github.com/shannonbooth
5 changed files with 95 additions and 0 deletions
|
@ -45,6 +45,7 @@ set(SOURCES
|
|||
ContentSecurityPolicy/Directives/ImageSourceDirective.cpp
|
||||
ContentSecurityPolicy/Directives/KeywordSources.cpp
|
||||
ContentSecurityPolicy/Directives/ManifestSourceDirective.cpp
|
||||
ContentSecurityPolicy/Directives/MediaSourceDirective.cpp
|
||||
ContentSecurityPolicy/Directives/Names.cpp
|
||||
ContentSecurityPolicy/Directives/SerializedDirective.cpp
|
||||
ContentSecurityPolicy/Directives/SourceExpression.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue