Actions
Evolution #693
closedfix ERR_BLOCKED_BY_XSS_AUDITOR chrome error
Start date:
05/19/2017
Due date:
% Done:
100%
Estimated time:
2.00 h
Resolution:
wontfix
Description
see :
- https://bugs.chromium.org/p/chromium/issues/detail?id=654794
- https://bugs.chromium.org/p/chromium/issues/detail?id=98787
- http://stackoverflow.com/questions/43249998/chrome-err-blocked-by-xss-auditor-details
- https://www.phpclasses.org/blog/package/5614/post/1-How-to-Handle-Chrome-HTML-Editor-Form-Submission-Block-Due-to-Bogus-XSS-Detection-Causing-ERRBLOCKEDBYXSSAUDITOR-Error.html
- https://www.drupal.org/node/1910802
Updated by Simon over 7 years ago
Updated by Simon about 7 years ago
The simple way for bypass this error in developing is send header to browser Put the header before send data to browser. In php you can send this header for bypass this error ,send header reference: header('X-XSS-Protection: 1');
Updated by Simon about 7 years ago
- Status changed from Nouveau to Fermé
- % Done changed from 0 to 100
Applied in changeset linea21|r3281.
Updated by Simon over 3 years ago
- Related to Anomalie #1149: when executing crontab - bug when checking agent added
Actions