mirror of
https://github.com/searxng/searxng.git
synced 2026-05-08 02:13:51 +02:00
[mod] https rewrite pluginification
This commit is contained in:
@@ -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