Skip to content

Commit 92f45cf

Browse files
committed
Add www to eff.org to avoid HTTP 301 redirect
1 parent 5b6980c commit 92f45cf

File tree

15 files changed

+21
-21
lines changed

15 files changed

+21
-21
lines changed

chromium/updates-master.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
33
<app appid='gcbommkclmclpchllfjekcdonpmejbdp'>
4-
<updatecheck codebase='https://eff.org/files/https-everywhere-chrome-VERSION.crx' version='VERSION' />
4+
<updatecheck codebase='https://www.eff.org/files/https-everywhere-chrome-VERSION.crx' version='VERSION' />
55
</app>
66
</gupdate>

src/Changelog

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ chrome-2013.7.10
343343
chrome-2012.6.4
344344
* The "factors of 12" chromium beta
345345
* Various ruleset fixes:
346-
https://eff.org/r.5bSj
346+
https://www.eff.org/r.5bSj
347347
https://trac.torproject.org/projects/tor/ticket/8584
348348
https://trac.torproject.org/projects/tor/ticket/8571
349349
* Disable Myspace by default due to mixed content
@@ -357,13 +357,13 @@ chrome-2012.6.4
357357
* New translations: Japanese and Sinhala
358358
* Updated translations: Hungarian, Lithuanian, Slovenian
359359
* Ruleset fixes from 3.2.2:
360-
https://eff.org/r.5bSj
360+
https://www.eff.org/r.5bSj
361361
* Observatory cert whitelist update
362362

363363
3.2.2 (2013-05-22)
364364
* Quick turn-around release to unbreak support.apple.com
365365
* Fixes for a number of other ruleset bugs:
366-
https://eff.org/r.5bSj
366+
https://www.eff.org/r.5bSj
367367
* Incremental observatory cert whitelist update
368368

369369
3.2.1 (2013-05-17)
@@ -384,7 +384,7 @@ chrome-2012.6.4
384384
* Add a note hinting users how to toggle rulesets (thanks to Pavel Kazakov)
385385
https://trac.torproject.org/projects/tor/ticket/4967
386386
* Ship all fixes from 3.2:
387-
https://eff.org/r.b9Qc
387+
https://www.eff.org/r.b9Qc
388388
* Other known ruleset fixes: EA, Yandex
389389
https://trac.torproject.org/projects/tor/ticket/8571
390390
* Ship 1308 new rulesets!
@@ -393,16 +393,16 @@ chrome-2012.6.4
393393
chrome-2012.4.30
394394
* The "May day somewhere" chromium beta
395395
* Ship all ruleset bugfixes from the Firefox 3.2 release:
396-
https://eff.org/r.b9Qc
396+
https://www.eff.org/r.b9Qc
397397
* Flag/disable mixed content rulesets: Apple Support, BBC, Dell support,
398398
FBI, Wordpress, Zend
399-
https://eff.org/r.1bQt
399+
https://www.eff.org/r.1bQt
400400
* Disable VistaX64
401401
https://trac.torproject.org/projects/tor/ticket/8801
402402

403403
3.2 (2013-04-25)
404404
* Related trac bugs for this release:
405-
https://eff.org/r.b9Qc
405+
https://www.eff.org/r.b9Qc
406406
* New: MoinMoin
407407
* Fixes: Adobe, Bahn.de, Cloudfront, Dell, Droplr, FBI, Google Maps,
408408
Joomla, Juno Download, Lenovo, New York Times, SEC, Soundcloud,

src/chrome/content/code/HTTPSRules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ const HTTPSRules = {
678678
// implementations, etc.
679679
var req = Cc["@mozilla.org/xmlextras/xmlhttprequest;1"]
680680
.createInstance(Ci.nsIXMLHttpRequest);
681-
req.open("GET", "https://eff.org/files/alexa-top-10000-global.txt", false);
681+
req.open("GET", "https://www.eff.org/files/alexa-top-10000-global.txt", false);
682682
req.send();
683683
var domains = req.response.split("\n");
684684
var domains_l = domains.length - 1; // The last entry in this thing is bogus

src/chrome/content/preferences.xul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
style="color: blue; cursor:hand; text-decoration:underline;"
5858
onmouseover="event.target.style.cursor='pointer'"
5959
onmouseout="event.target.style.cursor='default'"
60-
onclick="window_opener('https://eff.org/https-everywhere/rulesets')"/>.
60+
onclick="window_opener('https://www.eff.org/https-everywhere/rulesets')"/>.
6161
</vbox>
6262
</dialog>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- realtime.services
2020
2121
-->
22-
<ruleset name="Disqus (unreliable)" default_off="https://eff.org/r.5abU">
22+
<ruleset name="Disqus (unreliable)" default_off="https://www.eff.org/r.5abU">
2323

2424
<target host="disqus.com" />
2525
<target host="*.disqus.com" />

src/chrome/content/rules/EBay.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
- .gatekeeper.psnt.ebay.eu
101101
102102
-->
103-
<ruleset name="eBay (buggy)" default_off="https://eff.org/r.b6G9">
103+
<ruleset name="eBay (buggy)" default_off="https://www.eff.org/r.b6G9">
104104

105105
<target host="payments.ebay.*" />
106106
<target host="*.ebay.com" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
* Unsecurable, doesn't trip MCB
161161
162162
163-
Mixed content breaks videos for Chrome: https://eff.org/r.a8nc
163+
Mixed content breaks videos for Chrome: https://www.eff.org/r.a8nc
164164
165165
-->
166166
<ruleset name="GO.com (partial)" platform="mixedcontent">

src/chrome/content/rules/LastPass.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ruleset name="LastPass" default_off="Breaks addon ( https://eff.org/r.3Dq )">
1+
<ruleset name="LastPass" default_off="Breaks addon ( https://www.eff.org/r.3Dq )">
22
<target host="lastpass.com" />
33
<target host="www.lastpass.com" />
44

src/chrome/content/rules/MediaFire.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- staticcdn.mediafire.com.edgesuite.net
55
66
-->
7-
<ruleset name="MediaFire (buggy)" default_off="https://eff.org/r.2arJ">
7+
<ruleset name="MediaFire (buggy)" default_off="https://www.eff.org/r.2arJ">
88

99
<target host="mediafire.com" />
1010
<target host="*.mediafire.com" />

src/chrome/content/rules/MyOpenID.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ruleset name="MyOpenID (buggy)" default_off="https://eff.org/r.1apH">
1+
<ruleset name="MyOpenID (buggy)" default_off="https://www.eff.org/r.1apH">
22
<target host="www.myopenid.com"/>
33
<target host="myopenid.com"/>
44
<!-- avoid open id breakage: https://trac.torproject.org/projects/tor/ticket/5306 -->

0 commit comments

Comments
 (0)