Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/chrome/content/rules/Cell.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!--
Default off because of infinite loops:
https://github.com/EFForg/https-everywhere/issues/493

Nonfunctional domains:

- download (http reply)
Expand All @@ -17,9 +20,8 @@
- cdn.realtidbits.com *

* Secured by us

-->
<ruleset name="Cell (partial)">
<ruleset name="Cell (partial)" default_off="all infinite loops">

<target host="cell.com" />
<target host="www.cell.com" />
Expand Down
4 changes: 4 additions & 0 deletions src/chrome/content/rules/E-boks.dk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
<target host="e-boks.dk" />
<target host="www.e-boks.dk" />

<!-- Infinite redirects: https://github.com/EFForg/https-everywhere/issues/474
<rule from="^http://(www\.)?e-boks\.dk/" to="https://www.e-boks.dk/" />
-->

<rule from="^http://logon\.e-boks\.dk/" to="https://logon.e-boks.dk/" />
</ruleset>
6 changes: 4 additions & 2 deletions src/chrome/content/rules/Home_Depot.com.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@

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

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

<rule from="^http://(?:secure2\.|www\.)?homedepot\.com/"
<rule from="^http://secure2\.homedepot\.com/"
to="https://secure2.homedepot.com/" />

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

</ruleset>
</ruleset>