X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=lib%2Fhtmloutputter.php;h=9a43ef069efaae237df31f7b48931827ec1103ee;hb=5eba1030ae39038b7b6b0aad5de1043fae43e48d;hp=e358b2be5d57b70207fcf038bba579515a479f28;hpb=01996b1a460693227ef263d44477bc12d297a70a;p=quix0rs-gnu-social.git diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index e358b2be5d..9a43ef069e 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -111,7 +111,7 @@ class HTMLOutputter extends XMLOutputter // Output anti-framing headers to prevent clickjacking (respected by newer // browsers). if (common_config('javascript', 'bustframes')) { - header('X-XSS-Protection 1; mode=block'); // detect XSS Reflection attacks + header('X-XSS-Protection: 1; mode=block'); // detect XSS Reflection attacks header('X-Frame-Options: SAMEORIGIN'); // no rendering if origin mismatch }