|
@@ -406,6 +406,11 @@
|
|
<pre>{{ url_for('index', _external=True) }}?preferences={{ preferences_url_params|e }}{% raw %}&q=%s{% endraw %}</pre>
|
|
<pre>{{ url_for('index', _external=True) }}?preferences={{ preferences_url_params|e }}{% raw %}&q=%s{% endraw %}</pre>
|
|
</div>
|
|
</div>
|
|
<p class="small_font">{{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }}</p>
|
|
<p class="small_font">{{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }}</p>
|
|
|
|
+ <h4>{{ _('URL to restore your preferences in another browser') }} :</h4>
|
|
|
|
+ <div class="selectable_url">
|
|
|
|
+ <pre>{{ url_for('preferences', _external=True) }}?preferences={{ preferences_url_params|e }}&save=1</pre>
|
|
|
|
+ </div>
|
|
|
|
+ <p class="small_font">{{ _('Specifying custom settings in the preferences URL can be used to sync preferences across devices.') }}</p>
|
|
{{ tab_footer() }}
|
|
{{ tab_footer() }}
|
|
|
|
|
|
{{ tabs_close() }}
|
|
{{ tabs_close() }}
|