cdnbest区域自定义配置里添加防xss攻击配置

把下面代码复制进去即可:

<!--#start 300 -->
<config>
  <response action='allow' >
    <table name='BEGIN'>
      <chain action='continue' >
        <mark_http_only cookie='.'></mark_http_only>
      </chain>
    </table>
  </response>
</config>

区域配置详细教程:

https://www.kangleweb.com/thread-51163-1-1.html