File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 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" />
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
You can’t perform that action at this time.
0 commit comments