As per Refused to execute a JavaScript script. Source code of script found within request, I would like to send this code with pages of my WordPress site:
<?php header("X-XSS-Protection: 0");?>
Where do I put it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can it to the top of the index.php in the wordpress docroot. You need to modify the header before ANY content is sent.
If you update your site with a new worpress version you could lose this change. Just be aware.