How to Handle Chrome html Editor Form Submission Block Due to Bogus XSS Detection Causing...

Planet PHP

Guest
How to Handle Chrome html Editor Form Submission Block Due to Bogus XSS Detection Causing ERR_BLOCKED_BY_XSS_AUDITOR Error
By Manuel Lemos
Since version 57, Chrome started blocking the submission of forms with content created by regular html editor inputs.

The problem is that this is preventing many sites that use regular html content editors to work in some cases, despite there is no real XSS exploit going on.

Read this article to learn more why this happens and what workarounds you can implement while Chrome blocks the requests.

Читать дальше...
 
Сверху