Skip to content

Commit a23b5b0

Browse files
committed
Merge pull request EFForg#519 from semenko/tiny-fixes
Tiny ruleset fixes
2 parents 2123f98 + cc5aff8 commit a23b5b0

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

src/chrome/content/rules/Cell.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!--
2+
Default off because of infinite loops:
3+
https://github.com/EFForg/https-everywhere/issues/493
4+
25
Nonfunctional domains:
36
47
- download (http reply)
@@ -17,9 +20,8 @@
1720
- cdn.realtidbits.com *
1821
1922
* Secured by us
20-
2123
-->
22-
<ruleset name="Cell (partial)">
24+
<ruleset name="Cell (partial)" default_off="all infinite loops">
2325

2426
<target host="cell.com" />
2527
<target host="www.cell.com" />

src/chrome/content/rules/E-boks.dk.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
<target host="e-boks.dk" />
33
<target host="www.e-boks.dk" />
44

5+
<!-- Infinite redirects: https://github.com/EFForg/https-everywhere/issues/474
56
<rule from="^http://(www\.)?e-boks\.dk/" to="https://www.e-boks.dk/" />
7+
-->
8+
9+
<rule from="^http://logon\.e-boks\.dk/" to="https://logon.e-boks.dk/" />
610
</ruleset>

src/chrome/content/rules/Home_Depot.com.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,10 @@
105105

106106
<securecookie host="^(?:hdapps|hdconnect|homedepotlink|thdfed)?\.homedepot\.com$" name=".+" />
107107

108+
<!-- www removed from this rule because of server-side breakage:
109+
https://github.com/EFForg/https-everywhere/issues/409 -->
108110

109-
<rule from="^http://(?:secure2\.|www\.)?homedepot\.com/"
111+
<rule from="^http://secure2\.homedepot\.com/"
110112
to="https://secure2.homedepot.com/" />
111113

112114
<rule from="^http://(?:www\.)?community\.homedepot\.com/"
@@ -121,4 +123,4 @@
121123
<rule from="^http://ir\.homedepot\.com/(client|WebSideStory)/"
122124
to="https://origin-phoenix.corporate-ir.net/$1/" />
123125

124-
</ruleset>
126+
</ruleset>

0 commit comments

Comments
 (0)