From e47cf24fa18d0af7584aea543affc52e06bb5397 Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Fri, 4 Jan 2019 19:10:25 +0100 Subject: [PATCH] Try to fix chrome xss protection --- htdocs/website/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index e56808f8f9e..0c7ae842c9b 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -24,6 +24,8 @@ define('NOSCANPOSTFORINJECTION',1); define('NOSTYLECHECK',1); +header('X-XSS-Protection:0'); + require '../main.inc.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';