vrifox/gitea-theme
Archived
1
0
Fork 0

changed defaults

This commit is contained in:
Vrifox 2021-04-25 16:35:43 +02:00
parent ece82fb248
commit 757b502ee0
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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;