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:
8
searx/https_rules/GoogleTranslate.xml
Normal file
8
searx/https_rules/GoogleTranslate.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<ruleset name="Google Translate (broken)" default_off="redirect loops">
|
||||
<target host="translate.googleapis.com" />
|
||||
<target host="translate.google.com" />
|
||||
|
||||
<rule from="^http://translate\.googleapis\.com/" to="https://translate.googleapis.com/"/>
|
||||
<rule from="^http://translate\.google\.com/"
|
||||
to="https://translate.google.com/" />
|
||||
</ruleset>
|
||||
Reference in New Issue
Block a user