From 757b502ee08b4d0f3546cfaf0a24231597079572 Mon Sep 17 00:00:00 2001 From: Vrifox Date: Sun, 25 Apr 2021 16:35:43 +0200 Subject: [PATCH] changed defaults --- scss/dynamic.scss | 2 +- scss/static.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/dynamic.scss b/scss/dynamic.scss index ecc3fee..d9b3852 100644 --- a/scss/dynamic.scss +++ b/scss/dynamic.scss @@ -14,7 +14,7 @@ $type: dynamic; $singleuser: false; // disables functions, that are not necessary if you are the only user (or at least as »frontend«) $nojavascript: false; // disables or corrects functions, that would not work with disabled javascript (e.g. throught content security policy) -$vrifoxcustomization: true; // my personal customizations +$vrifoxcustomization: false; // my personal customizations $disablelanguagebutton: false; // if cookies are disabled, the language will have to be chosen on every page again $nologin: false; diff --git a/scss/static.scss b/scss/static.scss index f769be1..21413a8 100644 --- a/scss/static.scss +++ b/scss/static.scss @@ -12,9 +12,9 @@ $type: static; -$singleuser: true; // disables functions, that are not necessary if you are the only user (or at least as »frontend«) +$singleuser: false; // disables functions, that are not necessary if you are the only user (or at least as »frontend«) $nojavascript: true; // disables or corrects functions, that would not work with disabled javascript (e.g. throught content security policy) -$vrifoxcustomization: true; // my personal customizations +$vrifoxcustomization: false; // my personal customizations $disablelanguagebutton: true; // if cookies are disabled, the language will have to be chosen on every page again $nologin: true;