From 31df50d6c9826110076fdba96ab441eae4b5c59d Mon Sep 17 00:00:00 2001 From: Benpro Date: Sun, 15 Nov 2020 18:10:27 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Replace=20name=20of=20wron?= =?UTF-8?q?g=20software=20name=20in=20config=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 247cb41c has added config variables but with a small typo in the comments --- lutim.conf.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lutim.conf.template b/lutim.conf.template index 8c3d12f..4cde96e 100644 --- a/lutim.conf.template +++ b/lutim.conf.template @@ -251,7 +251,7 @@ # optional, default is 0 #quiet_logs => 0, - # Content-Security-Policy header that will be sent by Lstu + # Content-Security-Policy header that will be sent by Lutim # Set to '' to disable CSP header # https://content-security-policy.com/ provides a good documentation about CSP. # https://report-uri.com/home/generate provides a tool to generate a CSP header. @@ -261,7 +261,7 @@ # the default value is good for `default` theme #csp => "base-uri 'self'; connect-src 'self'; default-src 'none'; font-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'", - # X-Frame-Options header that will be sent by Lstu + # X-Frame-Options header that will be sent by Lutim # Valid values are: 'DENY', 'SAMEORIGIN', 'ALLOW-FROM https://example.com/' # Set to '' to disable X-Frame-Options header # See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options @@ -270,13 +270,13 @@ # optional, default is 'DENY' #x_frame_options => 'DENY', - # X-Content-Type-Options that will be sent by Lstu + # X-Content-Type-Options that will be sent by Lutim # See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options # Set to '' to disable X-Content-Type-Options header # optional, default is 'nosniff' #x_content_type_options => 'nosniff', - # X-XSS-Protection that will be sent by Lstu + # X-XSS-Protection that will be sent by Lutim # See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection # Set to '' to disable X-XSS-Protection header # optional, default is '1; mode=block'