We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fe36a commit fa75564Copy full SHA for fa75564
src/chrome/content/rules/GoogleMainSearch.xml
@@ -1,4 +1,4 @@
1
-<ruleset name="Search www.google.com" default_off="https://eff.org/https-everywhere/faq#google">
+<ruleset name="Search www.google.com">
2
3
<!--
4
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.
44
<rule from="^http://(?:www\.)?google\.com/search"
45
to="https://www.google.com/search"/>
46
47
- <!-- this is a bit aggressive / risky -->
48
- <rule from="^https?://encrypted\.google\.com/"
49
- to="https://www.google.com/" />
50
-
51
<!-- A very annoying exception that we seem to need for the basic case -->
52
53
<exclusion pattern="^http://(?:www\.)?google\.com/search.*tbs=shop" />
0 commit comments