Title: [245329] trunk/Source/WebKit
Revision
245329
Author
[email protected]
Date
2019-05-15 11:01:17 -0700 (Wed, 15 May 2019)

Log Message

[WebAuthN] Make WebAuthN default on
https://bugs.webkit.org/show_bug.cgi?id=197805
<rdar://problem/50683699>

Reviewed by Darin Adler.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (245328 => 245329)


--- trunk/Source/WebKit/ChangeLog	2019-05-15 17:40:01 UTC (rev 245328)
+++ trunk/Source/WebKit/ChangeLog	2019-05-15 18:01:17 UTC (rev 245329)
@@ -1,3 +1,13 @@
+2019-05-15  Jiewen Tan  <[email protected]>
+
+        [WebAuthN] Make WebAuthN default on
+        https://bugs.webkit.org/show_bug.cgi?id=197805
+        <rdar://problem/50683699>
+
+        Reviewed by Darin Adler.
+
+        * Shared/WebPreferences.yaml:
+
 2019-05-15  Youenn Fablet  <[email protected]>
 
         Reuse existing WebPageProxy quota handler for NetworkProcessProxy quota requests

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (245328 => 245329)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-05-15 17:40:01 UTC (rev 245328)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-05-15 18:01:17 UTC (rev 245329)
@@ -749,7 +749,7 @@
 
 WebAuthenticationEnabled:
   type: bool
-  defaultValue: false
+  defaultValue: true
   humanReadableName: "Web Authentication"
   humanReadableDescription: "Enable Web Authentication support"
   webcoreBinding: RuntimeEnabledFeatures
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to