1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

remove X-Frame header

This commit is contained in:
navanchauhan 2022-07-22 11:52:21 -06:00
parent 3fcf3b33ad
commit aaa71d4d51

View file

@ -7,6 +7,8 @@ location __PATH__/ {
index index.php; index index.php;
client_max_body_size 512M; client_max_body_size 512M;
more_clear_headers 'X-Frame-Options';
try_files $uri $uri/ /index.php; try_files $uri $uri/ /index.php;
location ~ [^/]\.php(/|$) { location ~ [^/]\.php(/|$) {