⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 245329 in webkit


Ignore:
Timestamp:
May 15, 2019, 11:01:17 AM (7 years ago)
Author:
jiewen_tan@apple.com
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r245328 r245329  
     12019-05-15  Jiewen Tan  <jiewen_tan@apple.com>
     2
     3        [WebAuthN] Make WebAuthN default on
     4        https://bugs.webkit.org/show_bug.cgi?id=197805
     5        <rdar://problem/50683699>
     6
     7        Reviewed by Darin Adler.
     8
     9        * Shared/WebPreferences.yaml:
     10
    1112019-05-15  Youenn Fablet  <youenn@apple.com>
    212
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r245053 r245329  
    750750WebAuthenticationEnabled:
    751751  type: bool
    752   defaultValue: false
     752  defaultValue: true
    753753  humanReadableName: "Web Authentication"
    754754  humanReadableDescription: "Enable Web Authentication support"
Note: See TracChangeset for help on using the changeset viewer.