Skip to content

Instantly share code, notes, and snippets.

@lettucebo
Created February 27, 2017 02:36
Show Gist options
  • Save lettucebo/e6b298cf959bf33aeae3a9b1796d6a69 to your computer and use it in GitHub Desktop.
Save lettucebo/e6b298cf959bf33aeae3a9b1796d6a69 to your computer and use it in GitHub Desktop.
<filter>
<filter-name>XssFilter</filter-name>
<filter-class>com.hyweb.gip.filter.XssFilter</filter-class>
<init-param>
<param-name>warningPage</param-name>
<param-value>/wSite/sp?xdUrl=/wSite/xssWarning.jsp</param-value>
</init-param>
<init-param>
<param-name>FILTER_MODE</param-name>
<param-value>true</param-value>
<!-- true: 過濾模式,false: 阻斷模式 -->
</init-param>
</filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment