mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibWeb/CSP: Implement the img-src directive
This commit is contained in:
parent
1689353beb
commit
715061fb79
Notes:
github-actions[bot]
2025-07-05 09:22:55 +00:00
Author: https://github.com/Lubrsi
Commit: 715061fb79
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5276
Reviewed-by: https://github.com/shannonbooth ✅
5 changed files with 95 additions and 0 deletions
|
@ -134,6 +134,7 @@ class ConnectSourceDirective;
|
|||
class Directive;
|
||||
class FontSourceDirective;
|
||||
class FrameSourceDirective;
|
||||
class ImageSourceDirective;
|
||||
struct SerializedDirective;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue