Skip to content

Commit

Permalink
Fix url block
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalLike committed Oct 13, 2024
1 parent 9f17233 commit 79eb838
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

<sec:intercept-url pattern="/api/.*" access="permitAll"/>

<sec:intercept-url pattern="/login/.*" access="permitAll"/>

<!-- Secure proxy URL if needed using proxy.securityMode
or restrict to some host only. -->
<!--<sec:intercept-url pattern="/proxy\?url=.*(www.brgm.fr|www.ifremer.fr).*" access="permitAll"/>-->
Expand Down

0 comments on commit 79eb838

Please sign in to comment.