diff options
| author | 2025-06-18 22:20:17 +0200 | |
|---|---|---|
| committer | 2025-06-18 22:20:17 +0200 | |
| commit | a6948218fb1c66fe146c7651555e5a1f791c8112 (patch) | |
| tree | a878349b1d2808d2ed7318aa34df0546e534690e /app/Controllers/feedController.php | |
| parent | aa45bcbe5a0a723c4b6adfb50139be0be6336d2b (diff) | |
frame-ancestors CSP (#7677)
Diffstat (limited to 'app/Controllers/feedController.php')
| -rwxr-xr-x | app/Controllers/feedController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php index 9769a6df0..35b209a4d 100755 --- a/app/Controllers/feedController.php +++ b/app/Controllers/feedController.php @@ -1150,6 +1150,7 @@ class FreshRSS_feed_Controller extends FreshRSS_ActionController { $this->_csp([ 'default-src' => "'self'", + 'frame-ancestors' => "'self'", 'frame-src' => '*', 'img-src' => '* data:', 'media-src' => '*', |
