Commit 7081925
committed
Work around bizarre Convergence/SSL Observatory interactions
Convergence actually MITMS Firefox using a local root CA it makes and installs
in your trust root. It does this because of
https://bugzilla.mozilla.org/show_bug.cgi?id=644640. Normally the SSL
Observatory ignores such chains, but if the user has select "submit certs from
alternative roots", we should avoid sending the local root CA cert, since it
functions like a tracking ID.
This is just a first step towards better Convergence/SSL Observatory
interoperation.1 parent 4aadb8b commit 7081925
1 file changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
343 | 360 | | |
344 | 361 | | |
345 | 362 | | |
| |||
0 commit comments