Set Link header in PHP so it can work in a subfolder

This commit is contained in:
Pierre Rudloff 2020-10-20 23:10:14 +02:00
parent bd61320cfc
commit 496ac212e2
3 changed files with 48 additions and 1 deletions

View file

@ -36,5 +36,4 @@ 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 "</css/style.css>; rel=preload" "expr=%{CONTENT_TYPE} =~ m#text/html#"
</ifmodule>