From a6948218fb1c66fe146c7651555e5a1f791c8112 Mon Sep 17 00:00:00 2001 From: Inverle Date: Wed, 18 Jun 2025 22:20:17 +0200 Subject: frame-ancestors CSP (#7677) --- lib/lib_rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib_rss.php') diff --git a/lib/lib_rss.php b/lib/lib_rss.php index f76ac49e9..b8c6bc3cd 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -1010,7 +1010,7 @@ function errorMessageInfo(string $errorTitle, string $error = ''): string { $details = "
{$details}
"; } - header("Content-Security-Policy: default-src 'self'"); + header("Content-Security-Policy: default-src 'self'; frame-ancestors 'none'"); header('Referrer-Policy: same-origin'); return <<