diff --git a/.htaccess b/.htaccess index 2e952d3a3d4..d3e93b123b7 100644 --- a/.htaccess +++ b/.htaccess @@ -21,8 +21,13 @@ RedirectMatch 403 ^/(?!\.well-known/)(.*/)?\.+ # XSS protection - Header set X-XSS-Protection "1; mode=block" + Header set X-XSS-Protection "1; mode=block" Header set Content-Security-Policy "default-src 'none'; frame-ancestors 'none'; style-src 'self' 'unsafe-inline'" + +# Disable Multiviews (issue #16859) + + Options -MultiViews +