gpt4 book ai didi

internet-explorer - 如何设置Http头X-XSS-Protection

转载 作者:行者123 更新时间:2023-12-03 07:29:39 25 4
gpt4 key购买 nike

我试图把这个:

   <meta http-equiv="X-XSS-Protection" content="0">

<head>标签,但没有运气。我试图摆脱讨厌的 IE 阻止跨站点 scipting

最佳答案

我怀疑它只是一个元标记。您可能必须告诉您的 Web 服务器将其作为真正的 header 发送。

在 PHP 中,你会这样做

header("X-XSS-Protection: 0");

在 ASP.net 中:
Response.AppendHeader("X-XSS-Protection","0")

在 Apache 的配置中:
Header set  X-XSS-Protection  0

在 IIS 中,属性中有一个部分用于额外 header 。它通常已经在其中设置了“X-Powered-By:ASP.NET”;你只需将“X-XSS-Protection: 0”添加到同一个地方。

关于internet-explorer - 如何设置Http头X-XSS-Protection,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4635403/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com