LibWeb/CSP: Implement the img-src directive

This commit is contained in:
Luke Wilde 2024-11-29 11:21:17 +00:00 committed by Shannon Booth
commit 715061fb79
Notes: github-actions[bot] 2025-07-05 09:22:55 +00:00
5 changed files with 95 additions and 0 deletions

View file

@ -134,6 +134,7 @@ class ConnectSourceDirective;
class Directive;
class FontSourceDirective;
class FrameSourceDirective;
class ImageSourceDirective;
struct SerializedDirective;
}