1 | AddType application/manifest+json .webmanifest |
2 | |
3 | ExpiresActive On |
4 | |
5 | Header set Cache-Control "max-age=1, must-revalidate" |
6 | |
7 | RewriteEngine On |
8 | |
9 | RewriteCond %{HTTP:X-Forwarded-Proto} !https |
10 | RewriteCond %{HTTPS} off |
11 | RewriteCond %{HTTP:CF-Visitor} !{"scheme":"https"} |
12 | RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] |
13 |