Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47d9e841 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

Revert "use okay query for restoring preferences"

This reverts commit 7f9d586b
parent ca96dbce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@

        <div>
            <p>{{ _('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/> </p>
            <input readonly="" class="input-current-preferences select-all-on-click block" type="url" value="{{ url_for('index', _external=True) }}?preferences={{ preferences_url_params|e }}{% raw %}&amp;q=okay{% endraw %}">
            <input readonly="" class="input-current-preferences select-all-on-click block" type="url" value="{{ url_for('index', _external=True) }}?preferences={{ preferences_url_params|e }}{% raw %}&amp;q=%s{% endraw %}">
        </div>

        <section id="action_buttons">