mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
import basic https rules from https-everywhere repository
* licenced under GPLv3+ * downloaded from https://github.com/EFForg/https-everywhere
This commit is contained in:
parent
bb126da0fb
commit
1e3e646584
36 changed files with 4491 additions and 0 deletions
14
searx/https_rules/Google.org.xml
Normal file
14
searx/https_rules/Google.org.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!--
|
||||
For other Google coverage, see GoogleServices.xml.
|
||||
|
||||
-->
|
||||
<ruleset name="Google.org">
|
||||
|
||||
<target host="google.org" />
|
||||
<target host="www.google.org" />
|
||||
|
||||
|
||||
<rule from="^http://(www\.)?google\.org/"
|
||||
to="https://$1google.org/" />
|
||||
|
||||
</ruleset>
|
||||
Loading…
Add table
Add a link
Reference in a new issue