summaryrefslogtreecommitdiff
path: root/searx/plugins/https_rules/GoogleSorry.xml
diff options
context:
space:
mode:
Diffstat (limited to 'searx/plugins/https_rules/GoogleSorry.xml')
-rw-r--r--searx/plugins/https_rules/GoogleSorry.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/searx/plugins/https_rules/GoogleSorry.xml b/searx/plugins/https_rules/GoogleSorry.xml
new file mode 100644
index 0000000..72a1921
--- /dev/null
+++ b/searx/plugins/https_rules/GoogleSorry.xml
@@ -0,0 +1,7 @@
+<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>