Skip to content

Commit 9702966

Browse files
committed
owerlay XFrameOptionsFilter web.xml configuration
1 parent 346e403 commit 9702966

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

web/src/main/webapp/WEB-INF/web.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,11 @@
206206
-->
207207
<init-param>
208208
<param-name>mode</param-name>
209-
<param-value>SAMEORIGIN</param-value>
209+
<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>
210214
</init-param>
211215
<!-- Allowed url. Used in ALLOW-FROM mode only -->
212216
<!--<init-param>

0 commit comments

Comments
 (0)