Skip to content

Commit

Permalink
Merge pull request #530 from ant-media/fix-content-security-filter
Browse files Browse the repository at this point in the history
Add contentSecurityFilter again to the web.xml
  • Loading branch information
mekya authored Feb 1, 2025
2 parents 7af3d0d + 7a34dce commit efe63e8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
-->



<!-- Put RestProxyFilter to the top of the Filter list -->
<filter>
<filter-name>RestProxyFilter</filter-name>
Expand Down Expand Up @@ -284,9 +283,7 @@
<filter-name>RestJWTAuthenticationFilter</filter-name>
<url-pattern>/rest/*</url-pattern>
</filter-mapping>

<!-- For Keycloak Integration -->
<!--

<filter>
<filter-name>ContentSecurityPolicyHeaderFilter</filter-name>
<filter-class>io.antmedia.filter.ContentSecurityPolicyHeaderFilter</filter-class>
Expand All @@ -296,7 +293,7 @@
<filter-name>ContentSecurityPolicyHeaderFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
-->


<filter>
<filter-name>IPFilter</filter-name>
Expand Down

0 comments on commit efe63e8

Please sign in to comment.