diff --git a/chat.php b/chat.php index 172d838..4db7bb3 100644 --- a/chat.php +++ b/chat.php @@ -3285,7 +3285,7 @@ function send_headers(){ header('Cache-Control: no-cache, no-store, must-revalidate, max-age=0'); header('Expires: 0'); header('Referrer-Policy: no-referrer'); - header('Content-Security-Policy: referrer never'); + header("Content-Security-Policy: default-src 'self'; img-src *; media-src *; script-src 'self'; style-src *"); header('X-Content-Type-Options: nosniff'); header('X-Frame-Options: sameorigin'); header('X-XSS-Protection: 1; mode=block');