Skip to content

Commit f683955

Browse files
jonathanmayerpde
authored andcommitted
[Search www.google.com] fix an evil typo with a stray $
This was only noticeable when google result clicktracking was active, and may have been responsible for some (but not all) of the reports in: https://trac.torproject.org/projects/tor/ticket/4302
1 parent e211426 commit f683955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chrome/content/rules/GoogleMainSearch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ expansion of src/chrome/content/rules/*.xml in order to take precedence.
3737
<target host="clients6.google.*" />
3838

3939
<rule from="^http://www\.google\.com/$"
40-
to="https://www.google.com/$"/>
40+
to="https://www.google.com/"/>
4141

4242
<!-- The most basic case. -->
4343

0 commit comments

Comments
 (0)