changed defaults
This commit is contained in:
parent
ece82fb248
commit
757b502ee0
2 changed files with 3 additions and 3 deletions
|
@ -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«)
|
$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)
|
$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
|
$disablelanguagebutton: false; // if cookies are disabled, the language will have to be chosen on every page again
|
||||||
$nologin: false;
|
$nologin: false;
|
||||||
|
|
||||||
|
|
|
@ -12,9 +12,9 @@
|
||||||
|
|
||||||
$type: static;
|
$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)
|
$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
|
$disablelanguagebutton: true; // if cookies are disabled, the language will have to be chosen on every page again
|
||||||
$nologin: true;
|
$nologin: true;
|
||||||
|
|
||||||
|
|
Reference in a new issue