Skip to content

Commit

Permalink
Set CORS proxy security mode to NONE
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Dec 17, 2024
1 parent d2fdb4b commit 0e9f8f2
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 0e9f8f2

Please sign in to comment.