Skip to content

Commit 7e4193f

Browse files
authored
Merge pull request EFForg#12493 from Hainish/normalize-securecookie-results
Normalize securecookie results
2 parents 89614fe + 50115f1 commit 7e4193f

File tree

5,306 files changed

+5912
-5977
lines changed

Some content is hidden

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

5,306 files changed

+5912
-5977
lines changed

src/chrome/content/rules/0p.no.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Fetch error: http://www.0p.no/ => https://www.0p.no/: (51, "SSL: no alternative
1010
<target host="www.0p.no" />
1111

1212

13-
<securecookie host="^\w" name="." />
13+
<securecookie host="^\w" name=".+" />
1414

1515

1616
<rule from="^http:"

src/chrome/content/rules/0x.co.xml

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

66

7-
<securecookie host="^\w" name="." />
7+
<securecookie host="^\w" name=".+" />
88

99

1010
<rule from="^http:"

src/chrome/content/rules/100_Fans.org.de.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!--securecookie host="^\.100fans\.de$" name="^_crowdfunding_session$" /-->
1919
<!--securecookie host="^www\.100fans\.de$" name="^XSRF-TOKEN$" /-->
2020

21-
<securecookie host="." name="." />
21+
<securecookie host=".+" name=".+" />
2222

2323

2424
<rule from="^http:"

src/chrome/content/rules/10antz.co.jp.xml

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

66

7-
<securecookie host="^\w" name="." />
7+
<securecookie host="^\w" name=".+" />
88

99

1010
<rule from="^http:"

src/chrome/content/rules/10dollar.ca.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<!--securecookie host="^(?:www\.)?10dollar\.ca$" name="^(?:AWSELB$|PHPSESSID)" /-->
1919

20-
<securecookie host="^\w" name="." />
20+
<securecookie host="^\w" name=".+" />
2121

2222

2323
<rule from="^http:"

src/chrome/content/rules/1105_Media.com.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
-->
3434
<!--securecookie host="^(?:design\.|www\.)?1105media\.com$" name="^BIGipServer" /-->
3535

36-
<securecookie host="^\w" name="." />
36+
<securecookie host="^\w" name=".+" />
3737

3838

3939
<rule from="^http:"

src/chrome/content/rules/118-Information.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<target host="www.118information.co.uk" />
1212

1313

14-
<securecookie host="^118information\.co\.uk$" name=".*" />
14+
<securecookie host="^118information\.co\.uk$" name=".+" />
1515

1616

1717
<rule from="^http://(?:www\.)?118information\.co\.uk/"

src/chrome/content/rules/11_Main.com.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!--securecookie host="^\.11main\.com$" name="^(?:__RequestVerificationToken|gate|sessid)$" /-->
2323
<!--securecookie host="^press\.11main\.com$" name="^PHPSESSID$" /-->
2424

25-
<securecookie host="." name="." />
25+
<securecookie host=".+" name=".+" />
2626

2727

2828
<rule from="^http:"

src/chrome/content/rules/123-reg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Non-2xx HTTP code: http://ssllin1.123-secure.com/ (200) => https://ssllin1.123-s
1111
<target host="ssllin1.123-secure.com" />
1212

1313

14-
<securecookie host="^.*\.123-reg\.co\.uk$" name=".*" />
14+
<securecookie host="^.*\.123-reg\.co\.uk$" name=".+" />
1515

1616

1717
<!-- Cert: fusion.webfusion-secure.co.uk, redirects

src/chrome/content/rules/123ContactForm.com.xml

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

66

77
<securecookie host="^\." name="^_gat?$" />
8-
<securecookie host="^\w" name="." />
8+
<securecookie host="^\w" name=".+" />
99

1010

1111
<rule from="^http:"

0 commit comments

Comments
 (0)