Skip to content

Commit 9c87b86

Browse files
Chan Chak ShingBisaloo
authored andcommitted
Batch trivialize unnecessary amazonaws.com rewrites (EFForg#16000)
1 parent ab8ff21 commit 9c87b86

17 files changed

Lines changed: 20 additions & 43 deletions

src/chrome/content/rules/Adbooth.net.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939

4040
<rule from="^http://cdn\.adbooth\.net/"
41-
to="https://s3.amazonaws.com/cdn.adbooth.net/" />
41+
to="https://cdn.adbooth.net/" />
4242

4343
<rule from="^http://help\.adbooth\.net/track\.gif"
4444
to="https://cdn.uservoice.com/track.gif" />

src/chrome/content/rules/Couchbase.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Fetch error: http://couchbase.com/ => https://couchbase.com/: Cycle detected - U
3939
to="https://na-a.marketo.com/" />
4040

4141
<rule from="^http://packages\.couchbase\.com/"
42-
to="https://s3.amazonaws.com/packages.couchbase.com/" />
42+
to="https://packages.couchbase.com/" />
4343

4444
</ruleset>

src/chrome/content/rules/Fine_Art_America.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@
5555
<securecookie host="^\." name="^__utm" />
5656
<securecookie host="^\w" name=".+" />
5757

58-
59-
<rule from="^http://images\.fineartamerica\.com/"
60-
to="https://s3.amazonaws.com/images.fineartamerica.com/" />
61-
6258
<rule from="^http://(?:imageslocal|render)\.fineartamerica\.com/"
6359
to="https://fineartamerica.com/" />
6460

src/chrome/content/rules/Freshdesk.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
<rule from="^http://assets\.freshdesk\.com/"
26-
to="https://s3.amazonaws.com/assets.freshdesk.com/" />
26+
to="https://assets.freshdesk.com/" />
2727

2828
<rule from="^http://cdn\.freshdesk\.com/"
2929
to="https://s3.amazonaws.com/cdn.freshdesk.com/" />

src/chrome/content/rules/FrostWire.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<target host="static.frostwire.com"/>
44

5-
<rule from="^http://static\.frostwire\.com/"
6-
to="https://s3.amazonaws.com/static.frostwire.com/"/>
5+
<rule from="^http:" to="https:" />
76

87
</ruleset>

src/chrome/content/rules/GetGlue.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Fetch error: http://getglue.com/ => https://getglue.com/: (51, "SSL: no alternat
1919
to="https://$1getglue.com/" />
2020

2121
<rule from="^http://widgets\.getglue\.com/"
22-
to="https://s3.amazonaws.com/widgets.getglue.com/" />
22+
to="https://widgets.getglue.com/" />
2323

2424
</ruleset>

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,13 @@
4646
<target host="no-cache.hubspot.com" />
4747
<target host="offers.hubspot.com" />
4848
<target host="product.hubspot.com" />
49-
<target host="sites-auth.hubspot.com" />
5049
<target host="static.hubspot.com" />
5150
<target host="static2cdn.hubspot.com" />
5251
<target host="track.hubspot.com" />
5352
<target host="tracking.hubspot.com" />
5453

5554
<securecookie host=".+" name=".+" />
5655

57-
<rule from="^http://cdn1\.hubspot\.com/"
58-
to="https://s3.amazonaws.com/cdn1.hubspot.com/" />
59-
60-
<rule from="^http:"
61-
to="https:" />
56+
<rule from="^http:" to="https:" />
6257

6358
</ruleset>

src/chrome/content/rules/Huffington-Post.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121

122122
<rule from="^http://big\.assets\.huffingtonpost\.com/"
123-
to="https://s3.amazonaws.com/big.assets.huffingtonpost.com/" />
123+
to="https://big.assets.huffingtonpost.com/" />
124124

125125
<rule from="^http://images\.huffingtonpost\.com/"
126126
to="https://s-i.huffpost.com/" />

src/chrome/content/rules/Pardot.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ Fetch error: http://help.pardot.com/ => https://help.pardot.com/: (51, "SSL: no
8686
<rule from="^http://(?:form-)?cdn\.pardot\.com/"
8787
to="https://pi.pardot.com/" />
8888

89-
<rule from="^http://storage\.pardot\.com/"
90-
to="https://s3.amazonaws.com/storage.pardot.com/" />
91-
9289
<rule from="^http://www-cdn\d?\.pardot\.com/"
9390
to="https://www.pardot.com/" />
9491

src/chrome/content/rules/PepperJam_Exchange.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
to="https://$1pepperjamnetwork.com/" />
2626

2727
<rule from="^http://media\.pepperjamnetwork\.com/"
28-
to="https://s3.amazonaws.com/media.pepperjamnetwork.com/" />
28+
to="https://media.pepperjamnetwork.com/" />
2929

3030
</ruleset>

0 commit comments

Comments
 (0)