Skip to content

Commit fa75564

Browse files
committed
[GoogleMainSearch] Experimentally enable by default
See EFForg#54
1 parent 94fe36a commit fa75564

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/chrome/content/rules/GoogleMainSearch.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ruleset name="Search www.google.com" default_off="https://eff.org/https-everywhere/faq#google">
1+
<ruleset name="Search www.google.com">
22

33
<!--
44
Enabling this ruleset should cause searches to go to
@@ -44,10 +44,6 @@ expansion of src/chrome/content/rules/*.xml in order to take precedence.
4444
<rule from="^http://(?:www\.)?google\.com/search"
4545
to="https://www.google.com/search"/>
4646

47-
<!-- this is a bit aggressive / risky -->
48-
<rule from="^https?://encrypted\.google\.com/"
49-
to="https://www.google.com/" />
50-
5147
<!-- A very annoying exception that we seem to need for the basic case -->
5248

5349
<exclusion pattern="^http://(?:www\.)?google\.com/search.*tbs=shop" />

0 commit comments

Comments
 (0)