Skip to content

Commit 826394b

Browse files
committed
Merge remote-tracking branch 'negres/master'
2 parents ef9fa4f + ea0a813 commit 826394b

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

src/chrome/content/rules/MySQL.xml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@
88
99
See Oracle-mismatches.xml for problematic rules.
1010
11+
12+
Problematic subdomains:
13+
14+
- cdn (akamai)
15+
1116
-->
1217
<ruleset name="MySQL">
1318

1419
<target host="mysql.com"/>
1520
<target host="*.mysql.com"/>
1621
<!-- forums works but is a cert mismatch -->
17-
<exclusion pattern="^http://(bugs|forge|lists|planet|wb|forums)\.mysql\.com/"/>
22+
<exclusion pattern="^http://(bugs|cdn|forge|lists|planet|wb|forums)\.mysql\.com/"/>
1823
<target host="mysql.de"/>
1924
<target host="www.mysql.de"/>
2025
<target host="mysql.fr"/>
@@ -23,9 +28,20 @@
2328
<target host="www.mysql.it"/>
2429

2530

26-
<!-- Sole cookie observered:
27-
- MySQL_S -->
28-
<securecookie host="^\.mysql\.\w{2,3}$" name=".*"/>
31+
<!-- Cookies observered:
32+
33+
- MySQL_S
34+
- SSO_Interstitial
35+
36+
Looks like we need to leave SSO for bug 8025:
37+
38+
- https://trac.torproject.org/projects/tor/ticket/8025
39+
- http://bugs.mysql.com/bug.php?id=67311
40+
41+
Shared with at least bugs.
42+
43+
-->
44+
<securecookie host="^\.mysql\.\w{2,3}$" name="^MySQL_S$"/>
2945

3046

3147

0 commit comments

Comments
 (0)