mirror of
https://github.com/searxng/searxng.git
synced 2024-11-06 01:19:31 +00:00
1e3e646584
* licenced under GPLv3+ * downloaded from https://github.com/EFForg/https-everywhere
7 lines
242 B
XML
7 lines
242 B
XML
<ruleset name="GoogleSorry">
|
|
<target host="sorry.google.com" />
|
|
<target host="www.google.com" />
|
|
<target host="google.com" />
|
|
|
|
<rule from="^http://((sorry|www)\.)?google\.com/sorry/" to="https://sorry.google.com/sorry/" />
|
|
</ruleset>
|