From 7d443dfea389d8bfaaa90142d3c1a6c1a068d5a9 Mon Sep 17 00:00:00 2001 From: Julian Fairfax Date: Sat, 14 May 2022 14:12:55 +0200 Subject: Preferences URL in preferences Revert translation changes Auto-save preferences from URL Preferences URL in preferences Fix that Preferences URL in preferences --- searx/templates/simple/preferences.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'searx/templates/simple/preferences.html') diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html index 2278237b5..4dde6fec2 100644 --- a/searx/templates/simple/preferences.html +++ b/searx/templates/simple/preferences.html @@ -406,6 +406,11 @@
{{ url_for('index', _external=True) }}?preferences={{ preferences_url_params|e }}{% raw %}&q=%s{% endraw %}

{{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }}

+

{{ _('URL to restore your preferences in another browser') }} :

+
+
{{ url_for('preferences', _external=True) }}?preferences={{ preferences_url_params|e }}&save=1
+
+

{{ _('Specifying custom settings in the preferences URL can be used to sync preferences across devices.') }}

{{ tab_footer() }} {{ tabs_close() }} -- cgit v1.2.3