|
@@ -300,7 +300,7 @@
|
300
|
300
|
{{ _("These cookies serve your sole convenience, we don't use these cookies to track you.") }}
|
301
|
301
|
</p>
|
302
|
302
|
<p style="margin:20px 0;">{{ _('Search URL of the currently saved preferences') }} <small class="text-muted">({{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }})</small>:<br/>
|
303
|
|
- <input readonly="" class="form-control select-all-on-click cursor-text" type="url" value="{{ url_for('index', _external=True) }}?preferences={{ preferences_url_params|e }}{% raw %}&q=%s{% endraw %}">
|
|
303
|
+ <input readonly="" class="form-control select-all-on-click cursor-text" type="url" value="{{ base_url }}?preferences={{ preferences_url_params|e }}{% raw %}&q=%s{% endraw %}">
|
304
|
304
|
</p>
|
305
|
305
|
|
306
|
306
|
<input type="submit" class="btn btn-primary" value="{{ _('save') }}" />
|