LibWeb/CSP: Implement the frame-src directive

This commit is contained in:
Luke Wilde 2024-11-29 11:08:12 +00:00 committed by Shannon Booth
commit 1689353beb
Notes: github-actions[bot] 2025-07-05 09:23:00 +00:00
5 changed files with 95 additions and 0 deletions

View file

@ -133,6 +133,7 @@ namespace Web::ContentSecurityPolicy::Directives {
class ConnectSourceDirective;
class Directive;
class FontSourceDirective;
class FrameSourceDirective;
struct SerializedDirective;
}