Skip to content

Commit 1e03f29

Browse files
committed
[Google] Add test url for redirector, and fix typo
1 parent adf1888 commit 1e03f29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/chrome/content/rules/Google.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
<test url="http://www.google.com/imgres/" />
2727
<test url="http://google.com/imgres/" />
2828

29+
<test url="https://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=2&amp;ved=0CCkQFjAB&amp;url=http%3A%2F%2Fgolang.org%2Fcmd%2Fgodoc%2F&amp;ei=HYmJVZrqNK_isAS_zIHQAg&amp;usg=AFQjCNEXb8ZWqS25yYGQa6M4lX9OCZ_k4A&amp;bvm=bv.96339352,d.cWc" />
30+
2931
<securecookie host="^www\.google\.com$" name="^GoogleAccountsLocale_session$" />
3032
<!-- Not secured by server:
3133
-->
@@ -119,7 +121,7 @@
119121
<test url="http://www.google.com/custom" />
120122
<test url="http://www.google.com.au/custom" />
121123

122-
<!-- Paths that 404 on .ccltd, but work on .com: -->
124+
<!-- Paths that 404 on .cctld, but work on .com: -->
123125
<rule from="^https?://(?:www\.)?google\.(?:com?\.)?\w{2,3}/(?=calendar|dictionary|foobar|ideas|partners|powermeter|webdesigner)"
124126
to="https://www.google.com/" />
125127
<test url="http://www.google.ca/calendar" />

0 commit comments

Comments
 (0)