Skip to content

Commit 16a4869

Browse files
injustJ0WI
authored andcommitted
Update ruleset: SoupCDN.com (EFForg#15480)
* Redirect to soup.io instead of soupcdn.com * Rename ruleset to SoupCDN.com * Update rename in Soup.io.xml * Remove unused direct rewrite rule * Comment out www: Invalid cert
1 parent 90f3b94 commit 16a4869

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

src/chrome/content/rules/Soup.io.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Fetch error: http://f.asset.soup.io/ => https://asset-f.soup.io/: (60, 'SSL cert
5858
5959
Other Soup rulesets:
6060
61-
- Soup_CDN.com.xml
61+
- SoupCDN.com.xml
6262
6363
6464
Problematic hosts in *soup.io:
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!--
22
For other Soup coverage, see Soup.io.xml.
33
4+
Invalid certificate:
5+
- www.soupcdn.com
46
57
Insecure cookies are set for these domains:
6-
78
- .soupcdn.com
8-
99
-->
10-
<ruleset name="Soup CDN.com">
1110

11+
<ruleset name="SoupCDN.com">
1212
<target host="asset-0.soupcdn.com" />
1313
<target host="asset-1.soupcdn.com" />
1414
<target host="asset-2.soupcdn.com" />
@@ -26,6 +26,8 @@
2626
<target host="asset-e.soupcdn.com" />
2727
<target host="asset-f.soupcdn.com" />
2828

29+
<rule from="^http://asset-(\w)\.soupcdn\.com/"
30+
to="https://asset-$1.soup.io/" />
2931
<test url="http://asset-0.soupcdn.com/asset/12296/4785_0195_16-square.png" />
3032
<test url="http://asset-1.soupcdn.com/asset/2595/6147_1cf9_16-square.jpeg" />
3133
<test url="http://asset-2.soupcdn.com/asset/9658/5146_2b49_16-square.jpeg" />
@@ -48,9 +50,4 @@
4850
<!--securecookie host="^\.soupcdn\.com$" name="^(?:__cfduid|cf_clearance)$" /-->
4951

5052
<securecookie host=".+" name=".+" />
51-
52-
53-
<rule from="^http:"
54-
to="https:" />
55-
5653
</ruleset>

0 commit comments

Comments
 (0)