blob: d5eefe8162103ab758d5155d84a48b60b630d4e9 (
plain)
1
2
3
4
5
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>
|