Closed
Bug 725077
Opened 13 years ago
Closed 6 years ago
Switch Fennec to use aus3.m.o and enable CA pinning
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nthomas, Unassigned)
References
Details
Fennec has aus2.mozilla.org, while Desktop switched to aus3.mozilla.org prior to Firefox 4. We should also check if the following preferences are set
app.update.cert.requireBuiltIn
app.update.certs.1.commonName
app.update.certs.1.issuerName
app.update.certs.2.commonName
app.update.certs.2.issuerName
to get the CA pinning. There may be other preferences to sync up too.
This is all from inspection of mobile/xul/app/mobile.js, and it may pay to do native here too.
Reporter | ||
Comment 1•13 years ago
|
||
Comparing Aurora Fennec Native with Desktop, filtering on 'app.update'.
Only on desktop:
app.update.altwindowtype
app.update.backgroundMaxErrors
app.update.cert.checkAttributes
app.update.cert.maxErrors
app.update.cert.requireBuiltIn
app.update.certs.1.commonName
app.update.certs.1.issuerName
app.update.certs.2.commonName
app.update.certs.2.issuerName
app.update.disable_button.showUpdateHistory
app.update.log
app.update.showInstalledUI
app.update.timerMinimumDelay
Only on mobile:
app.update.timer (value 60000)
app.update.timerFirstInterval (value 20000)
app.update.postupdate (value true)
Differing values
app.update.download.backgroundInterval - 0 vs 60 for desktop
app.update.promptWaitTime - 43200 vs 86400
app.update.url - aus2 vs aus3, update/4/ vs update/3/
app.update.url.details - different url
app.update.url.manual - different url
Comment 2•6 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•