form提交html Chrome出现: ERR_BLOCKED_BY_XSS_AUDITOR
Posted 水月情缘雪飞飞
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了form提交html Chrome出现: ERR_BLOCKED_BY_XSS_AUDITOR相关的知识,希望对你有一定的参考价值。
转载自:https://stackoverflow.com/questions/43249998/chrome-err-blocked-by-xss-auditor-details
现象说明:会对 iframe embed 等 标签限制,普通便签 div p 等不会限制。
php解决办法:
header('X-XSS-Protection: 0');
nginx 解决办法:
add_header X-XSS-Protection 0;
以上是关于form提交html Chrome出现: ERR_BLOCKED_BY_XSS_AUDITOR的主要内容,如果未能解决你的问题,请参考以下文章
Failed to load resource: net::ERR_CONNECTION_REFUSED
ie 360浏览器form.submit无法提交 chrome与FF可以
关于chrome下input中Enter的keydown事件会自动提交form的疑问与解决