From 1da8bb55dcc8f8dae96f3513d6154945000d81fc Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 19 Oct 2020 23:46:59 +0200 Subject: [PATCH] Don't preload fonts.css, it does not exist anymore --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 7d28183..e627c94 100644 --- a/.htaccess +++ b/.htaccess @@ -36,5 +36,5 @@ FileETag None Header set X-Content-Type-Options nosniff Header set X-XSS-Protection "1; mode=block" Header set Referrer-Policy no-referrer - Header add Link "; rel=preload, ; rel=preload" "expr=%{CONTENT_TYPE} =~ m#text/html#" + Header add Link "; rel=preload" "expr=%{CONTENT_TYPE} =~ m#text/html#"