mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Comment only fix for Bug 800307 - Update certificates are checked even if app.update.url.override is set in Thunderbird >= 10.0.7es. r=Mossop DONTBUILD since it is a comment only change
This commit is contained in:
parent
c5c4e9bfb9
commit
7cd9b1cd9e
@ -115,8 +115,10 @@ pref("app.update.cert.maxErrors", 5);
|
||||
// the value for the name must be the same as the value for the attribute name
|
||||
// on the certificate.
|
||||
// If these conditions aren't met it will be treated the same as when there is
|
||||
// no update available. This validation will not be performed when using the
|
||||
// |app.update.url.override| preference for update checking.
|
||||
// no update available. This validation will not be performed when the
|
||||
// |app.update.url.override| user preference has been set for testing updates or
|
||||
// when the |app.update.cert.checkAttributes| preference is set to false. Also,
|
||||
// the |app.update.url.override| preference should ONLY be used for testing.
|
||||
pref("app.update.certs.1.issuerName", "OU=Equifax Secure Certificate Authority,O=Equifax,C=US");
|
||||
pref("app.update.certs.1.commonName", "aus3.mozilla.org");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user