summaryrefslogtreecommitdiff
path: root/searx/preferences.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/preferences.py')
-rw-r--r--searx/preferences.py15
1 files changed, 10 insertions, 5 deletions
diff --git a/searx/preferences.py b/searx/preferences.py
index aba712652..6e7d4a5e1 100644
--- a/searx/preferences.py
+++ b/searx/preferences.py
@@ -383,7 +383,8 @@ class Preferences:
'0': False,
'1': True,
'True': True,
- 'False': False
+ 'False': False,
+ 'on': True
}
),
'method': EnumStringSetting(
@@ -412,7 +413,8 @@ class Preferences:
'0': False,
'1': True,
'False': False,
- 'True': True
+ 'True': True,
+ 'on': True
}
),
'doi_resolver': MultipleChoiceSetting(
@@ -432,7 +434,8 @@ class Preferences:
'0': False,
'1': True,
'False': False,
- 'True': True
+ 'True': True,
+ 'on': True
}
),
'advanced_search': MapSetting(
@@ -454,7 +457,8 @@ class Preferences:
'0': False,
'1': True,
'True': True,
- 'False': False
+ 'False': False,
+ 'on': True
}
),
'infinite_scroll': MapSetting(
@@ -465,7 +469,8 @@ class Preferences:
'0': False,
'1': True,
'True': True,
- 'False': False
+ 'False': False,
+ 'on': True
}
),
# fmt: on