Skip to content

Commit

Permalink
Add contentSecurityFilter again to the web.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Feb 1, 2025
1 parent 7af3d0d commit 7a34dce
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 7a34dce

Please sign in to comment.