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

Commit 38632b08 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

Merge branch 'revert-7f9d586b' into 'fix-preferences'

Revert "use okay query for restoring preferences"

See merge request !117
parents ca96dbce 47d9e841
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">