Skip to content

Commit

Permalink
Set XSRF cookie path to /
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin authored Dec 14, 2023
1 parent 8342a20 commit 955c8e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@
<bean class="org.fao.geonet.security.web.csrf.CookieCsrfTokenRepository"
id="csrfTokenRepository">
<property name="cookieHttpOnly" value="false"/>
<property name="cookiePath" value="/"/>
</bean>

<!-- RequestMatcher to exclude CSRF token from CSW requests -->
Expand Down

0 comments on commit 955c8e6

Please sign in to comment.