summaryrefslogtreecommitdiff
path: root/searx/preferences.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/preferences.py')
-rw-r--r--searx/preferences.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/preferences.py b/searx/preferences.py
index c1abd290e..209cf06f1 100644
--- a/searx/preferences.py
+++ b/searx/preferences.py
@@ -472,6 +472,10 @@ class Preferences:
settings['ui']['hotkeys'],
choices=['default', 'vim']
),
+ 'url_formatting': EnumStringSetting(
+ settings['ui']['url_formatting'],
+ choices=['pretty', 'full', 'host']
+ ),
# fmt: on
}