Fix search bar not passing searches to Searx (#2086)

The URL to pass searches to was https://search.privacytools.io/searx, instead of https://search.privacytools.io. So I changed the URL of the search bar form.
This commit is contained in:
gudishvibes 2021-01-23 21:32:53 +00:00 committed by GitHub
parent 148e1e7455
commit 904b699feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<p class="lead">You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. {{ site.name }} provides services, tools and knowledge to protect your privacy against global mass surveillance.</p>
</div>
<form method="POST" action="https://search.privacytools.io/" id="search_form" role="search">
<form method="POST" action="https://search.privacytools.io/searx/" id="search_form" role="search">
<div class="input-group col-12 col-md-8 offset-md-2">
<input type="search" name="q" class="form-control input-lg" id="q" placeholder="Try {{ site.name }} Search, a Privacy-Respecting Search Engine" autocomplete="off" value="">
<span class="input-group-btn">