We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346e403 commit 9702966Copy full SHA for 9702966
1 file changed
web/src/main/webapp/WEB-INF/web.xml
@@ -206,7 +206,11 @@
206
-->
207
<init-param>
208
<param-name>mode</param-name>
209
- <param-value>SAMEORIGIN</param-value>
+ <param-value>ALLOW-FROM</param-value>
210
+ </init-param>
211
+ <init-param>
212
+ <param-name>url</param-name>
213
+ <param-value>https://*.admin.ch https://*.cartoriviera.ch https://*.vsgis.ch http://ext.fr.ch http://mapplus.vdf.loc http://mapplus01.vdf.loc https://*.ne.ch https://*.cartolacote.ch https://*.geomapfish.dev</param-value>
214
</init-param>
215
<!-- Allowed url. Used in ALLOW-FROM mode only -->
216
<!--<init-param>
0 commit comments