diff options
Diffstat (limited to 'searx/plugins/https_rules/GoogleSorry.xml')
-rw-r--r-- | searx/plugins/https_rules/GoogleSorry.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/searx/plugins/https_rules/GoogleSorry.xml b/searx/plugins/https_rules/GoogleSorry.xml deleted file mode 100644 index 72a19210d..000000000 --- a/searx/plugins/https_rules/GoogleSorry.xml +++ /dev/null @@ -1,7 +0,0 @@ -<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> |