LibWeb/CSP: Implement the connect-src directive

This commit is contained in:
Luke Wilde 2024-11-28 16:35:12 +00:00 committed by Shannon Booth
commit 959bb5cc18
Notes: github-actions[bot] 2025-07-05 09:23:11 +00:00
7 changed files with 124 additions and 0 deletions

View file

@ -130,6 +130,7 @@ struct SerializedPolicy;
namespace Web::ContentSecurityPolicy::Directives {
class ConnectSourceDirective;
class Directive;
struct SerializedDirective;