[mod] https rewrite pluginification
This commit is contained in:
14
searx/plugins/https_rules/Google.org.xml
Normal file
14
searx/plugins/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