Skip to content

Commit 62d3a65

Browse files
authored
Merge pull request #271 from geoadmin/disable-proxy-db-link-check
Set CORS proxy security mode to NONE
2 parents d2fdb4b + 0e9f8f2 commit 62d3a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@
14821482
* allow all for authenticated user
14831483
* allow only host registered in metadata link table
14841484
-->
1485-
<proxy.securityMode>DB_LINK_CHECK</proxy.securityMode>
1485+
<proxy.securityMode>NONE</proxy.securityMode>
14861486

14871487
<!-- Jetty plugin port configuration -->
14881488
<jetty.port>8080</jetty.port>

0 commit comments

Comments
 (0)