Skip to content

Commit

Permalink
Merge pull request #271 from geoadmin/disable-proxy-db-link-check
Browse files Browse the repository at this point in the history
Set CORS proxy security mode to NONE
  • Loading branch information
jahow authored Dec 18, 2024
2 parents d2fdb4b + 0e9f8f2 commit 62d3a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@
* allow all for authenticated user
* allow only host registered in metadata link table
-->
<proxy.securityMode>DB_LINK_CHECK</proxy.securityMode>
<proxy.securityMode>NONE</proxy.securityMode>

<!-- Jetty plugin port configuration -->
<jetty.port>8080</jetty.port>
Expand Down

0 comments on commit 62d3a65

Please sign in to comment.