xss auditor
-
Suddenly, when a user submit an event they get a ERR_BLOCKED_BY_XSS_AUDITOR message saying that “Chrome detected unusual code on this page and blocked it…”. (the booking goes through and the emails are sent, but the rsvp response page does not appear, but the error page.)
I am not sure if this is a eme only error, or a site wide error, but it only occurs (it seems) on the booking page.
A little research has indicated that this is a new “improvement” that chrome is rolling out and the fix seems to be to add
header("X-XSS-Protection: 0");
to the php, but I dont know where, i.e. should it be inside the plugin or if it should be somewhere else.Any clues?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘xss auditor’ is closed to new replies.