1. Chrome ERR_BLOCKED_BY_XSS_AUDITOR PHP Solution to Avoid Bogus Cross-Site Scripting Detection
Updated on: 2017-04-29
Posted on: 2017-04-20
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.
More ... Post a comment See comments (0) Trackbacks (0)
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.
More ... Post a comment See comments (0) Trackbacks (0)