diff options
Diffstat (limited to 'searx/https_rules/GoogleCanada.xml')
-rw-r--r-- | searx/https_rules/GoogleCanada.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/https_rules/GoogleCanada.xml b/searx/https_rules/GoogleCanada.xml new file mode 100644 index 000000000..d5eefe816 --- /dev/null +++ b/searx/https_rules/GoogleCanada.xml @@ -0,0 +1,6 @@ +<ruleset name="GoogleCanada"> + <target host="google.ca" /> + <target host="*.google.ca" /> + <rule from="^http://([^/:@\.]+)\.google\.ca/finance" to="https://$1.google.ca/finance"/> +</ruleset> + |