Skip to content

Commit

Permalink
Disabling CORSValve
Browse files Browse the repository at this point in the history
  • Loading branch information
tgtshanika committed Sep 25, 2023
1 parent 846a50e commit 54ee1b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
<Valve className="org.wso2.carbon.tomcat.ext.valves.SameSiteCookieValve"/>
<Valve className="org.wso2.carbon.identity.context.rewrite.valve.OrganizationContextRewriteValve"/>
<Valve className="org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve"/>
<Valve className="org.wso2.carbon.identity.cors.valve.CORSValve"/>
<!--Error pages -->
<Valve className="org.apache.catalina.valves.ErrorReportValve" showServerInfo="false" showReport="false"/>
{% for valve in catalina.valves %}
Expand Down

0 comments on commit 54ee1b3

Please sign in to comment.