Skip to content

Commit

Permalink
Bug 1550182 [wpt PR 16218] - [ FeaturePolicy ] downloads-without-user…
Browse files Browse the repository at this point in the history
…-activation, a=testonly

Automatic update from web-platform-tests
[ FeaturePolicy ] downloads-without-user-activation

The CL implements a new feature policy hidden behind the flag
FeaturePolicyForSandbox. The policy is the feature policy counterpart to
the sandbox flag 'allow-downloads-without-user-activation'. This policy
is used to help migrate sandbox flags implementation on top of feature
policies.

PA: w3c/webappsec-permissions-policy#289

TBR=alexmoschromium.org

Bug: 812381
Change-Id: I234bb0486313ab350827315843db22525c2ceaac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538966
Reviewed-by: Ehsan Karamad <ekaramadchromium.org>
Reviewed-by: Alex Moshchuk <alexmoschromium.org>
Reviewed-by: Ian Clelland <iclellandchromium.org>
Reviewed-by: Kent Tamura <tkentchromium.org>
Reviewed-by: Ken Buchanan <kenrbchromium.org>
Commit-Queue: Ehsan Karamad <ekaramadchromium.org>
Cr-Commit-Position: refs/heads/master{#651773}

--

wpt-commits: 4b7972b30a143ea14a4b1fb017d69e048e920194
wpt-pr: 16218

UltraBlame original commit: 24af4073d267a03e2583bbb35f485b4e60574390
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 8fc2263 commit e1ae785
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const ignore_features_for_auxilary_context = ["popups", "scripts"];


const sandbox_features = [
"forms", "modals", "orientation-lock", "pointer-lock", "popups",
"presentation", "scripts", "top-navigation"];
"downloads-without-user-activation", "forms", "modals", "orientation-lock",
"pointer-lock", "popups", "presentation", "scripts", "top-navigation"];



Expand Down

0 comments on commit e1ae785

Please sign in to comment.