mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 02:42:10 +00:00
LibWeb/CSP: Implement the frame-src directive
This commit is contained in:
parent
e899438907
commit
1689353beb
Notes:
github-actions[bot]
2025-07-05 09:23:00 +00:00
Author: https://github.com/Lubrsi
Commit: 1689353beb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5276
Reviewed-by: https://github.com/shannonbooth ✅
5 changed files with 95 additions and 0 deletions
|
@ -133,6 +133,7 @@ namespace Web::ContentSecurityPolicy::Directives {
|
|||
class ConnectSourceDirective;
|
||||
class Directive;
|
||||
class FontSourceDirective;
|
||||
class FrameSourceDirective;
|
||||
struct SerializedDirective;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue