Bug 1432542 - Enable Web Authentication r?keeler draft
authorJ.C. Jones <jjones@mozilla.com>
Tue, 23 Jan 2018 10:50:37 -0700
changeset 723659 177f80f13232897f48bfdf68e242d035b8544be5
parent 723473 e2bb11b88bd45bdb2e055042e1624b74d414e73c
child 746920 c6143c6702fdcabeebf3dcb47e94bcb290cc1cbe
push id96498
push userbmo:jjones@mozilla.com
push dateTue, 23 Jan 2018 17:51:25 +0000
reviewerskeeler
bugs1432542
milestone60.0a1
Bug 1432542 - Enable Web Authentication r?keeler Per the intent-to-ship [1], Web Authentication should be turned on by default in Firefox. [1] https://groups.google.com/forum/#!msg/mozilla.dev.platform/tsevyqfBHLE/lccldWNNBwAJ MozReview-Commit-ID: CUL63zTAWUP
security/manager/ssl/security-prefs.js
--- a/security/manager/ssl/security-prefs.js
+++ b/security/manager/ssl/security-prefs.js
@@ -110,21 +110,17 @@ pref("security.pki.netscape_step_up_poli
 
 // Configures Certificate Transparency support mode:
 // 0: Fully disabled.
 // 1: Only collect telemetry. CT qualification checks are not performed.
 pref("security.pki.certificate_transparency.mode", 0);
 
 // Hardware Origin-bound Second Factor Support
 pref("security.webauth.u2f", false);
-#ifdef RELEASE_OR_BETA
-pref("security.webauth.webauthn", false);
-#else
 pref("security.webauth.webauthn", true);
-#endif
 // Only one of "enable_softtoken" and "enable_usbtoken" can be true
 // at a time.
 pref("security.webauth.webauthn_enable_softtoken", false);
 pref("security.webauth.webauthn_enable_usbtoken", true);
 
 pref("security.ssl.errorReporting.enabled", true);
 pref("security.ssl.errorReporting.url", "https://incoming.telemetry.mozilla.org/submit/sslreports/");
 pref("security.ssl.errorReporting.automatic", false);