summaryrefslogtreecommitdiff
path: root/searx/plugins/https_rules/Google.org.xml
diff options
context:
space:
mode:
Diffstat (limited to 'searx/plugins/https_rules/Google.org.xml')
-rw-r--r--searx/plugins/https_rules/Google.org.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/searx/plugins/https_rules/Google.org.xml b/searx/plugins/https_rules/Google.org.xml
new file mode 100644
index 0000000..d6cc478
--- /dev/null
+++ b/searx/plugins/https_rules/Google.org.xml
@@ -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> \ No newline at end of file