diff options
author | Bnyro <bnyro@tutanota.com> | 2024-11-27 13:42:08 +0100 |
---|---|---|
committer | Bnyro <bnyro@tutanota.com> | 2024-12-01 13:08:50 +0100 |
commit | a7537a69357f961030ace8f23be945f1fbbbaf37 (patch) | |
tree | bfdb0b27eebc67c2fe3b5bc06d088af997691f8a /searx/settings.yml | |
parent | cae07b9bf87f6f3745f4633e2193dcb5ecbba0fb (diff) | |
download | searxng-a7537a69357f961030ace8f23be945f1fbbbaf37.tar.gz searxng-a7537a69357f961030ace8f23be945f1fbbbaf37.zip |
[feat] search: add url formatting preference
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 77a4f625c..4fad73b40 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -145,6 +145,8 @@ ui: search_on_category_select: true # Hotkeys: default or vim hotkeys: default + # URL formatting: pretty, full or host + url_formatting: pretty # Lock arbitrary settings on the preferences page. To find the ID of the user # setting you want to lock, check the ID of the form on the page "preferences". |