Skip to content

Commit 65c7e66

Browse files
Chan Chak ShingHainish
authored andcommitted
Add a script to trivialize a special form of securecookies (EFForg#16540)
1 parent 3add257 commit 65c7e66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+347
-151
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<target host="*.acessoseguro.net" />
44

55

6-
<securecookie host=".+\.acessoseguro\.net$" name=".+" />
6+
<securecookie host=".+" name=".+" />
77

88

99
<rule from="^http://([\w-]+)\.acessoseguro\.net/"

src/chrome/content/rules/BCGolf.com-mismatches.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- handled in main ruleset -->
66
<exclusion pattern="^http://www\."/>
77

8-
<securecookie host="^.*\.golf2go\.net$" name=".+" />
8+
<securecookie host=".+" name=".+" />
99

1010
<rule from="^http://([\w\-]+)\.golf2go\.net/"
1111
to="https://$1.golf2go.net/"/>

src/chrome/content/rules/Bauhaus-University_Weimar.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
-->
1010
<ruleset name="Bauhaus-University Weimar (partial)">
1111

12-
<target host="*.uni-weimar.de" />
12+
<target host="webmail.uni-weimar.de" />
13+
<target host="www.uni-weimar.de" />
1314

1415

15-
<securecookie host="^.+\.uni-weimar\.de$" name=".+" />
16+
<securecookie host=".+" name=".+" />
1617

1718

18-
<rule from="^http://w(ebmail|ww)\.uni-weimar\.de/"
19-
to="https://w$1.uni-weimar.de/" />
19+
<rule from="^http:" to="https:" />
2020

2121
</ruleset>
Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
1-
<!--
2-
Nonfunctional subdomains:
3-
4-
- (www.) *
5-
- api *
6-
- dlc
7-
8-
* 400
9-
10-
-->
111
<ruleset name="ChampionCasino.net (partial)">
2+
<target host="championcasino.net" />
3+
<target host="www.championcasino.net" />
124

13-
<target host="*.championcasino.net" />
14-
15-
16-
<securecookie host="^.+\.championcasino\.net$" name=".+" />
17-
18-
19-
<rule from="^http://(cdn1|pay|sec)\.championcasino\.net/"
20-
to="https://$1.championcasino.net/" />
5+
<securecookie host=".+" name=".+" />
216

22-
</ruleset>
7+
<rule from="^http:" to="https:" />
8+
</ruleset>

src/chrome/content/rules/CloudSwitch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Fetch error: http://cloudswitch.com/ => https://cloudswitch.com/: (51, "SSL: no
1111
<target host="cloudswitch.com"/>
1212
<target host="*.cloudswitch.com"/>
1313

14-
<securecookie host=".*cloudswitch\.com$" name=".+" />
14+
<securecookie host=".+" name=".+" />
1515

1616
<rule from="^http://(\w+\.)?cloudswitch\.com/"
1717
to="https://$1cloudswitch.com/"/>

src/chrome/content/rules/Common_Criteria_Portal.xml

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

99
<test url="http://www.commoncriteriaportal.org/" />
1010

11-
<securecookie host=".*\.commoncriteriaportal\.org$" name=".+" />
11+
<securecookie host=".+" name=".+" />
1212

1313
<rule from="^http:"
1414
to="https:" />
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!--
22
For other Demand Media coverage, see Demand-Media.xml.
33
4+
Non-functional hosts
5+
Couldn't connect to server:
6+
- dmtracker.com
7+
- vs.dmtracker.com
8+
9+
Timeout was reached:
10+
- www.dmtracker.com
411
-->
512
<ruleset name="DM tracker.com">
13+
<target host="extended.dmtracker.com" />
614

7-
<target host="*.dmtracker.com" />
8-
9-
10-
<securecookie host="^.*\.dmtracker\.com$" name=".+" />
11-
12-
13-
<rule from="^http://(extended|vs)\.dmtracker\.com/"
14-
to="https://$1.dmtracker.com/" />
15-
15+
<rule from="^http:" to="https:" />
1616
</ruleset>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<target host="bank.demdex.com" />
88

99

10-
<securecookie host=".*\.demdex\.com$" name=".+" />
10+
<securecookie host=".+" name=".+" />
1111

1212

1313
<rule from="^http:"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<!--securecookie host="\.demdex\.net$" name="^demdex$" /-->
3434
<!--securecookie host="\.dpm\.demdex\.net$" name="^(DexLifeCycle|dexoo|dpm)$" /-->
3535

36-
<securecookie host=".*\.demdex\.net$" name=".+" />
36+
<securecookie host=".+" name=".+" />
3737

3838

3939
<rule from="^http:"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
-->
4040
<!--securecookie host="^(affiliates|c)\.eblastengine\.com$" name="^BIGipServer[\w-]+$" /-->
4141

42-
<securecookie host="^.*\.eblastengine\.com$" name=".+" />
42+
<securecookie host=".+" name=".+" />
4343

4444

4545
<rule from="^http:"

0 commit comments

Comments
 (0)