From f6dad7159659c0ac997c575dae3ec8f0eef02612 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 17 Jun 2019 23:54:28 +0200 Subject: [PATCH] chore: Don't allow other websites to include the app in an iframe We don't need it anymore See #186 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index c7ae785..7cac6a1 100644 --- a/.htaccess +++ b/.htaccess @@ -30,7 +30,7 @@ FileETag None - Header set X-Frame-Options "ALLOW-FROM https://alltubedownload.net/" + Header set X-Frame-Options DENY Header set X-Content-Type-Options nosniff Header set X-XSS-Protection "1; mode=block" Header set Referrer-Policy no-referrer