From f27631954e5a061c37b41d764f5ae4a85a59cd4f Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 6 May 2020 11:47:24 +0200 Subject: [PATCH] .htaccess: bypass Safari RSS detection --- www/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/.htaccess b/www/.htaccess index 9b5238d..4a07f46 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -4,6 +4,9 @@ ErrorDocument 403 "Access forbidden" ErrorDocument 404 /cgi/main.py ErrorDocument 500 "A very nasty bug found his way onto this very server" +# Work around for Safari +Header set X-Content-Type-Options "nosniff" + deny from all