1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-17 20:57:54 +02:00

Relax the frame filtering to allow roundcube to display previews

This commit is contained in:
kaiyou 2018-02-11 22:56:26 +01:00
parent 04278b6cbf
commit dfb5463c94

View File

@ -62,7 +62,7 @@ http {
{% endif %}
{% endif %}
add_header X-Frame-Options 'DENY';
add_header X-Frame-Options 'SAMEORIGIN';
add_header X-Content-Type-Options 'nosniff';
add_header X-Permitted-Cross-Domain-Policies 'none';
add_header X-XSS-Protection '1; mode=block';