diff --git a/.htaccess b/.htaccess index 54d2930..e17a5a4 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,9 @@ RewriteEngine On +Header always set "X-NetworkManager-Status" "online" + RewriteCond "%{REQUEST_FILENAME}" "(generate)?_?204" RewriteRule "(generate)?_?204" / [R=204,L] RewriteCond %{HTTPS} off -RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] \ No newline at end of file +RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]