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