LibWeb/CSP: Implement the font-src directive

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

View file

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