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;