LibWeb/CSP: Implement the media-src directive

This commit is contained in:
Luke Wilde 2024-11-29 12:04:15 +00:00 committed by Shannon Booth
commit 1b12aa4d8e
Notes: github-actions[bot] 2025-07-06 12:17:16 +00:00
5 changed files with 95 additions and 0 deletions

View file

@ -136,6 +136,7 @@ class FontSourceDirective;
class FrameSourceDirective;
class ImageSourceDirective;
class ManifestSourceDirective;
class MediaSourceDirective;
struct SerializedDirective;
}