зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1460506 - Restrict registerProtocolHandler over insecure connections in stable releases. r=dao
MozReview-Commit-ID: EynyFRIMEaq --HG-- extra : rebase_source : a67423e8150f1b26b0bfd6a86d1339e099778bc6
This commit is contained in:
Родитель
d506e2d0c2
Коммит
eede4892ee
|
@ -108,13 +108,8 @@ pref("browser.download.forbid_open_with", false);
|
|||
// Remove navigator.registerContentHandler
|
||||
pref("dom.registerContentHandler.enabled", false);
|
||||
|
||||
// Nightly will have insecure registerProtocolHandler disabled by default
|
||||
// Beta and Stable will remain enabled until Firefox 62 providing deprecation stats.
|
||||
#ifdef NIGHTLY_BUILD
|
||||
// Insecure registerProtocolHandler is disabled by default
|
||||
pref("dom.registerProtocolHandler.insecure.enabled", false);
|
||||
#else
|
||||
pref("dom.registerProtocolHandler.insecure.enabled", true);
|
||||
#endif
|
||||
|
||||
// Whether or not testing features are enabled.
|
||||
pref("dom.quotaManager.testing", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче