mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00: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:
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>
|
||||
Reference in New Issue
Block a user