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) --- app/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/install.php') diff --git a/app/install.php b/app/install.php index 3d835d1f1..0e408db52 100644 --- a/app/install.php +++ b/app/install.php @@ -4,7 +4,7 @@ declare(strict_types=1); if (function_exists('opcache_reset')) { opcache_reset(); } -header("Content-Security-Policy: default-src 'self'"); +header("Content-Security-Policy: default-src 'self'; frame-ancestors 'none'"); header('Referrer-Policy: same-origin'); require(LIB_PATH . '/lib_install.php'); -- cgit v1.2.3