搜索内容

最新文章

  • IIS

    在 IIS 中增加相关安全 HTTP 头信息配置

      <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <!-- 增加为了安全的 HTTP 头信息 --> <httpProtocol> <customHeaders> <remove name="X-Powered-By" /> <add name="Content-Security-Policy" value="frame-ancestors 'self'; default……
    admin 2023-04-29