diff --git a/public/index.html b/public/index.html index 54c3d8b..efb9d99 100644 --- a/public/index.html +++ b/public/index.html @@ -326,7 +326,7 @@
-
+
@@ -336,7 +336,7 @@ Copied!
-
+
@@ -346,7 +346,7 @@ Copied!
-
+
@@ -356,7 +356,7 @@ Copied!
-
+
@@ -366,7 +366,7 @@ Copied!
-
+
@@ -376,7 +376,7 @@ Copied!
-
+
@@ -386,7 +386,7 @@ Copied!
-
+
@@ -396,7 +396,7 @@ Copied!
-
+
@@ -406,7 +406,7 @@ Copied!
-
+
diff --git a/public/templates/conf/_general.conf.html b/public/templates/conf/_general.conf.html index 1abdcf7..b0cbfc1 100644 --- a/public/templates/conf/_general.conf.html +++ b/public/templates/conf/_general.conf.html @@ -4,7 +4,7 @@ add_header X-XSS-Protection "1; mode=block" always; add_header X-Content-Type-Options "nosniff" always; add_header Referrer-Policy "{{ data.referrer_policy }}" always; +✔ CSP --> add_header Content-Security-Policy "{{ data.content_security_policy }}" always; # . files diff --git a/public/templates/conf/_php.conf.html b/public/templates/conf/_php.conf.html index e371cb8..a2f3e7e 100644 --- a/public/templates/conf/_php.conf.html +++ b/public/templates/conf/_php.conf.html @@ -10,5 +10,5 @@ location ~ \.php$ { - + } diff --git a/public/templates/conf/example.com.conf.html b/public/templates/conf/example.com.conf.html index b82d93c..8d41a04 100644 --- a/public/templates/conf/example.com.conf.html +++ b/public/templates/conf/example.com.conf.html @@ -51,15 +51,15 @@ server { ✔ unified --> - - - + } - diff --git a/public/templates/conf/nginx.conf.html b/public/templates/conf/nginx.conf.html index 8a9e843..4710c91 100644 --- a/public/templates/conf/nginx.conf.html +++ b/public/templates/conf/nginx.conf.html @@ -39,5 +39,5 @@ http { include /etc/nginx/sites-enabled/*; # {{ !data.non_www ? 'www.' : '' }}{{ domain() }} - + }