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