You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-13 01:20:28 +02:00
Relax the frame filtering to allow roundcube to display previews
This commit is contained in:
@ -62,7 +62,7 @@ http {
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
add_header X-Frame-Options 'DENY';
|
add_header X-Frame-Options 'SAMEORIGIN';
|
||||||
add_header X-Content-Type-Options 'nosniff';
|
add_header X-Content-Type-Options 'nosniff';
|
||||||
add_header X-Permitted-Cross-Domain-Policies 'none';
|
add_header X-Permitted-Cross-Domain-Policies 'none';
|
||||||
add_header X-XSS-Protection '1; mode=block';
|
add_header X-XSS-Protection '1; mode=block';
|
||||||
|
Reference in New Issue
Block a user