Error parsing header X-XSS-Protection: 1; mode = block;

0

I am trying to attach to my website a simple iframe taken from youtube. The issue is that (work with wordpress), do it from the code or do it through custom fields with an editor, or direct in a post gives me the following problem.

Error parsing header X-XSS-Protection: 1; mode=block; report=https://www.google.com/appserve/security-bugs/log/youtube: insecure reporting URL for secure page at character position 22. The default protections will be applied.

Does anyone know in what way I can solve this problem? Thanks in advance

    
asked by Dario B. 06.03.2018 в 15:12
source

1 answer

2

It has nothing to do with your site, it's a Google Chrome bug: link

To make it disappear, it's enough to update to the latest version. As of 66.0.3336.0 it is corrected.

Edit: Correct, version 66 of Chrome is still Canary. When it leaves it will stop appearing.

    
answered by 07.03.2018 / 03:06
source