P. .htaccess

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