Skip to content

Commit d117859

Browse files
committed
Don't show (future) install HTTPS Everywhere images to people who already have
Conflicts: src/chrome/content/rules/EFF.xml
1 parent 23fb4da commit d117859

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/chrome/content/rules/EFF.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,17 @@
2020
to="https://secure.eff.org/site/Donation2?idb=43804189&df_id=1200" />
2121

2222
<rule from="^http://secure\.eff\.org/mechaposter"
23-
to="https://secure.eff.org/site/Ecommerce?VIEW_PRODUCT=true&#x26;product_id=2161&#x26;store_id=2441" />
23+
to="https://secure.eff.org/site/Ecommerce?VIEW_PRODUCT=true&#x26;product_id=2161&#x26;store_id=2441" />
24+
25+
<rule from="^http://([^/:@\.]+)\.eff\.org/" to="https://$1.eff.org/"/>
26+
27+
<!-- These are for promoting HTTPS Everywhere to eff.org visitors, but we
28+
don't want to bug people who already have it installed! -->
29+
30+
<rule from="^https://www.eff.org/sites/all/themes/frontier/images/get-https-e.png"
31+
to= "https://www.eff.org/sites/all/themes/frontier/images/got-https-e.png" />
32+
33+
<rule from="^https://www.eff.org/sites/all/themes/frontier/images/get-https-e-chrome.png"
34+
to= "https://www.eff.org/sites/all/themes/frontier/images/got-https-e-chrome.png" />
2435

25-
<rule from="^http://([^/:@]*)\.eff\.org/" to="https://$1.eff.org/"/>
2636
</ruleset>

0 commit comments

Comments
 (0)