Skip to content

Commit 5445384

Browse files
Chan Chak ShingHainish
authored andcommitted
Update some securecookie with no coverage (EFForg#17565)
1 parent 3a68e95 commit 5445384

File tree

13 files changed

+43
-46
lines changed

13 files changed

+43
-46
lines changed

src/chrome/content/rules/Active-Events.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
<!--
99
Cert: affiliate.activenetwork.com
1010
-->
11-
<exclusion pattern="^http://www\." />
12-
13-
14-
<securecookie host="^.+\.activenetwork\.com$" name=".+" />
11+
<exclusion pattern="^http://www\.activeevents\.com/" />
1512

1613

1714
<rule from="^http://([\w\-]+)\.activeevents\.com/"

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<ruleset name="BroadcasTheNet">
22
<target host="broadcasthe.net" />
3-
<target host="www.broadcasthe.net" />
4-
<target host="cdn.broadcasthe.net" />
5-
<target host="cdn2.broadcasthe.net" />
6-
<target host="piwik.broadcasthe.net" />
7-
<target host="static.broadcasthe.net" />
3+
<target host="www.broadcasthe.net" />
4+
<target host="cdn.broadcasthe.net" />
5+
<target host="cdn2.broadcasthe.net" />
6+
<target host="piwik.broadcasthe.net" />
7+
<target host="static.broadcasthe.net" />
88

9-
<securecookie host="^(?:.*\.)?broadcastthe\.net$" name=".+" />
9+
<securecookie host=".+" name=".+" />
1010

1111
<rule from="^http:"
1212
to="https:" />

src/chrome/content/rules/Dropbox.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
<target host="www.getdropbox.com" />
4545

4646

47-
<securecookie host="^(?:.*\.)?dropbox\.com$" name=".+" />
48-
49-
5047
<rule from="^http://(www\.)?db\.tt/"
5148
to="https://db.tt/" />
5249

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,7 @@
4848
<target host="www.esellerate.net" />
4949

5050

51-
<!-- Not secured by server:
52-
-->
53-
<!--securecookie host="^\.esellerate\.net$" name="^eSellerate_SavedCart_STR\d+$" /-->
54-
<!--securecookie host="^(affiliates|store[1256])\.esellerate\.net$" name="^ASP\.NET_SessionId$" /-->
55-
<!--securecookie host="^shopper\.esellerate\.net$" name="^(ParaturePortalSessionID|cyracle\d+)$" /-->
56-
57-
<securecookie host="^(?:.*\.)?esellerate\.com$" name=".+" />
51+
<securecookie host=".+" name=".+" />
5852

5953

6054
<rule from="^http:"

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ Fetch error: http://getjaco.com/ => https://getjaco.com/: (28, 'Operation timed
3232
<test url="http://bo-staging.getjaco.com/build/recorder.js" />
3333

3434

35-
<!-- Not secured by server:
36-
-->
37-
<!--securecookie host="^\.getjacko\.com$" name="^(?:__cfduid|cf_clearance)$" /-->
38-
<!--securecookie host="^bo(?:-staging)?\.getjacko\.com$" name="^connect\.sid$" /-->
39-
40-
<securecookie host=".*\.getjacko\.com$" name=".+" />
35+
<securecookie host=".+" name=".+" />
4136

4237

4338
<rule from="^http:"

src/chrome/content/rules/Greek-media.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ open an issue at https://github.com/kargig/https-everywhere-greek-rules
1313
<ruleset name="Greek-media (partial)">
1414
<target host="static.ant1.gr" />
1515

16-
<securecookie host="^(?:.*\.)?antenna\.gr$" name=".+" />
17-
1816
<rule from="^http:"
1917
to="https:" />
2018
</ruleset>

src/chrome/content/rules/Guild-Wars-2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<target host="*.guildwars2.com" />
3636

3737

38-
<securecookie host="^.+\.guildwars\.com$" name=".+" />
38+
<securecookie host="^.+\.guildwars2\.com$" name=".+" />
3939

4040

4141
<rule from="^http://((?:account|buy|forum(?:-de|-e[ns]|-fr)?|register|support|www)\.)?guildwars2\.com/"

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,22 @@
33
44
All subdomains seem to redirect to www.livestrong.com.
55
6+
Non-functional hosts:
7+
Timeout:
8+
- i.lsimg.net
9+
610
-->
711
<ruleset name="Live Strong.com (partial)">
812

913
<target host="livestrong.com" />
1014
<target host="www.livestrong.com" />
1115

12-
<target host="i.lsimg.net" />
13-
1416
<target host="dynamic01.livestrongcdn.com" />
1517
<target host="dynamic02.livestrongcdn.com" />
1618
<target host="img.aws.livestrongcdn.com" />
1719
<target host="static.livestrongcdn.com" />
1820

19-
<securecookie host="^(?:.*\.)?livestrong\.org$" name=".+" />
21+
<securecookie host="^(?:.*\.)?livestrong\.com$" name=".+" />
2022

2123
<rule from="^http:"
2224
to="https:" />
Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
1-
<ruleset name="Microtech (partial)" platform="mixedcontent">
1+
<!--
2+
Non-functional host in *.mtgsy.net
3+
Timeout:
4+
- mtgsy.net
5+
6+
Non-functional host in *.cloudfloordns.com
7+
Refused:
8+
- my.cloudfloordns.com
9+
-->
10+
<ruleset name="Microtech (partial)">
11+
12+
<target host="panel.cloudfloordns.com"/>
213

3-
<target host="my.cloudfloordns.com"/>
414
<target host="mtgsy.net"/>
515
<target host="*.mtgsy.net"/>
16+
<test url="http://www.mtgsy.net/" />
17+
<test url="http://images1.mtgsy.net/" />
18+
<test url="http://images2.mtgsy.net/" />
19+
<test url="http://images3.mtgsy.net/" />
620

7-
<securecookie host="^(?:.*\.)?mtgsy\.com$" name=".+" />
21+
<securecookie host="^(?:.*\.)?mtgsy\.net$" name=".+" />
822

9-
<rule from="^http://my\.cloudfloordns\.com/"
10-
to="https://www.mtgsy.net/myaccount.php"/>
23+
<rule from="^http://mtgsy\.net/"
24+
to="https://www.mtgsy.net/" />
1125

12-
<rule from="^http://(?:images\d\.|www\.)mtgsy\.net/"
13-
to="https://www.mtgsy.net/"/>
26+
<rule from="^http:"
27+
to="https:"/>
1428

1529
</ruleset>

src/chrome/content/rules/QualityAgent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<target host="www.qualityagent.com" />
2323

2424

25-
<securecookie host="^.+\.qualityunit\.com$" name=".+" />
25+
<securecookie host=".+" name=".+" />
2626

2727

2828
<rule from="^http:" to="https:" />

0 commit comments

Comments
 (0)