Commit 60ffc2e2 authored by Ken Buchanan's avatar Ken Buchanan Committed by Commit Bot

[WebAuthn] Enable cross-origin iframe feature policy by default

The Web Authentication feature policy which allows pages to delegate
the ability to perform public-key navigator.credentials.get operations
is enabled by default.

Bug: 993007
Change-Id: I8d9330a8fbc8c9881e0b046db4c06b36de28c866
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199702Reviewed-by: default avatarMartin Kreichgauer <martinkr@google.com>
Reviewed-by: default avatarRick Byers <rbyers@chromium.org>
Auto-Submit: Ken Buchanan <kenrb@chromium.org>
Commit-Queue: Rick Byers <rbyers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#768781}
parent 938bbf3b
......@@ -26,7 +26,7 @@ extern const base::Feature kWebAuthPhoneSupport{
extern const base::Feature kWebAuthGetAssertionFeaturePolicy{
"WebAuthenticationGetAssertionFeaturePolicy",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
#if defined(OS_CHROMEOS) || defined(OS_LINUX)
const base::Feature kWebAuthCableLowLatency{"WebAuthenticationCableLowLatency",
......
......@@ -14,6 +14,7 @@ microphone
midi
payment
picture-in-picture
publickey-credentials-get
screen-wake-lock
sync-xhr
usb
......
......@@ -46,6 +46,7 @@ picture-in-picture
pointer-lock
popups
presentation
publickey-credentials-get
screen-wake-lock
scripts
serial
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment