From 3324154208859eda54e0541381ee5597f14e7654 Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Sun, 4 Feb 2018 23:39:56 +0100 Subject: [PATCH] * fixed chrome bug on save ERR_BLOCKED_BY_XSS_AUDITOR --- system/pages/admin/pages.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/pages/admin/pages.php b/system/pages/admin/pages.php index d7b927a7..3aa5f728 100644 --- a/system/pages/admin/pages.php +++ b/system/pages/admin/pages.php @@ -16,6 +16,8 @@ if(!hasFlag(FLAG_CONTENT_PAGES) && !superAdmin()) return; } +header('X-XSS-Protection:0'); + $name = $p_title = ''; $groups = new OTS_Groups_List();