What triggers “Internet Explorer has modified this page to help prevent cross-site scripting.”?

前端 未结 1 1931
无人共我
无人共我 2021-01-12 17:19

I\'m trying to implement a workaround for missing CORS functionality in Internet Explorer. For GET requests I use JSONP, no problem here. For small POST/DELETE/PUT requests

相关标签:
1条回答
  • 2021-01-12 17:54

    You can configure the X-XSS-Protection header on your server. This will tell IE to disable XSS protection on your site.

    0 讨论(0)
提交回复
热议问题