Skip to content

Commit d9d75f2

Browse files
Chan Chak ShingJ0WI
authored andcommitted
Add patterns to trivialize additional forms of securecookies (EFForg#16634)
* Add support for additional patterns * node utils/trivialize-rules/trivialize-cookie-rules.js * node utils/trivialize-rules/trivialize-rules.js * Update arcor.de.xml, no rule or exclusion applies * Update Haber-Vision.xml, no rule or exclusion applies * Update Mydrive.ch.xml, no rule or exclusion applies * Whitelist rulesets from rules-test * bash utils/ruleset-whitelist-cleanup.sh * Update ruleset-whitelist.csv
1 parent b056c3d commit d9d75f2

File tree

339 files changed

+538
-512
lines changed

Some content is hidden

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

339 files changed

+538
-512
lines changed

src/chrome/content/rules/1stWarning.com.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<target host="www.1stwarning.com" />
99

1010

11-
<securecookie host="^(?:.*\.)?1stwarning\.com$" name=".+" />
11+
<securecookie host=".+" name=".+" />
1212

1313

1414
<rule from="^http:"

src/chrome/content/rules/33Across.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<exclusion pattern="^http://socialdna\." />
3333

3434

35-
<securecookie host="^(?:.*\.)?33across\.com$" name=".+" />
35+
<securecookie host=".+" name=".+" />
3636

3737

3838
<rule from="^http://(\w+\.)?33across\.com/"

src/chrome/content/rules/350zEvolution.com.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<target host="www.350zevolution.com" />
99

1010

11-
<securecookie host="^(?:.*\.)?350zevolution\.com$" name=".+" />
11+
<securecookie host=".+" name=".+" />
1212

1313

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

src/chrome/content/rules/38degrees.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-->
1313
<!--securecookie host="^you\.38degrees\.org\.uk$" name="^_agra_session$" /-->
1414

15-
<securecookie host="^(?:.*\.)?38degrees\.org\.uk$" name=".+" />
15+
<securecookie host=".+" name=".+" />
1616

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

src/chrome/content/rules/3DStats.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<!--securecookie host="^(?:www\.)?3dstats\.com$" name="^NC1U$" /-->
1919

20-
<securecookie host="^(?:.*\.)?3dstats\.com$" name=".+" />
20+
<securecookie host=".+" name=".+" />
2121

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

src/chrome/content/rules/451-Group.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<target host="451research.com"/>
44
<target host="www.451research.com"/>
55

6-
<securecookie host="^(?:.*\.)?451research\.com$" name=".+" />
6+
<securecookie host=".+" name=".+" />
77

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

src/chrome/content/rules/ADindex.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<target host="www.adindex.de" />
55

66

7-
<securecookie host="^(?:.*\.)?adindex\.de$" name=".+" />
7+
<securecookie host=".+" name=".+" />
88

99

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

src/chrome/content/rules/Abbo-Shop.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<target host="abbo-shop.ch" />
33
<target host="www.abbo-shop.ch" />
44

5-
<securecookie host="^(?:.*\.)?abbo-shop\.ch$" name=".+" />
5+
<securecookie host=".+" name=".+" />
66

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

src/chrome/content/rules/AboutMe.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<target host="www.about.me" />
99

1010

11-
<securecookie host="^(?:.*\.)?about.me$" name=".+" />
11+
<securecookie host=".+" name=".+" />
1212

1313

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

src/chrome/content/rules/Academia-Press.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<target host="*.www.academiapress.be" />
88

99

10-
<securecookie host="^(?:.*\.)?academiapress\.be$" name=".+" />
10+
<securecookie host=".+" name=".+" />
1111

1212

1313
<!-- !www doesn't work over https. -->

0 commit comments

Comments
 (0)