From 3e4ebfc84fb7c62d200d9d590d9d7da6b6cf60cc Mon Sep 17 00:00:00 2001
From: Samuel Philipp <mail@sp-codes.de>
Date: Fri, 30 Aug 2019 17:55:47 +0200
Subject: [PATCH] Added Header for Ubuntu

---
 .htaccess | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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]