Skip to content

Commit

Permalink
Bug 1927535 [wpt PR 48842] - [Permissions Policy] update default for …
Browse files Browse the repository at this point in the history
…`focus-without-user-activation`, a=testonly

Automatic update from web-platform-tests
[Permissions Policy] update default for `focus-without-user-activation`

According to discussion[1] in webappsec WG and WHATWG, we should set
the default of `focus-without-user-activation` permissions policy to
`EnableForSelf`.

[1]: w3c/webappsec-permissions-policy#273 (comment)

Bug: 371112534
Change-Id: I7deb757d0074e1262d07f768e58ea53a99d5faa5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5950528
Reviewed-by: Sanket Joshi <sajosmicrosoft.com>
Commit-Queue: Siye Liu <siliumicrosoft.com>
Reviewed-by: Ian Clelland <iclellandchromium.org>
Cr-Commit-Position: refs/heads/main{#1374868}

--

wpt-commits: aed1fc329b27fd8fa0db10a7d2640c45a3454ff4
wpt-pr: 48842

UltraBlame original commit: 8b8674c7ab1082d5b42abc5e3e3015edb4dae088
  • Loading branch information
marco-c committed Nov 1, 2024
1 parent b755712 commit 3e6e6e5
Show file tree
Hide file tree
Showing 12 changed files with 428 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@
>
<
iframe
allow
=
"
focus
-
without
-
user
-
activation
"
src
=
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
>
<
iframe
allow
=
"
focus
-
without
-
user
-
activation
"
src
=
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
>
<
iframe
allow
=
"
focus
-
without
-
user
-
activation
"
src
=
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,17 @@
>
<
iframe
allow
=
"
focus
-
without
-
user
-
activation
"
src
=
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@
>
<
iframe
allow
=
"
focus
-
without
-
user
-
activation
"
src
=
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,17 @@
>
<
iframe
allow
=
"
focus
-
without
-
user
-
activation
"
src
=
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@
>
<
iframe
allow
=
"
focus
-
without
-
user
-
activation
"
src
=
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,17 @@
>
<
iframe
allow
=
"
focus
-
without
-
user
-
activation
"
src
=
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,17 @@
>
<
iframe
allow
=
"
focus
-
without
-
user
-
activation
"
src
=
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,14 @@ join
+
'
;
focus
-
without
-
user
-
activation
;
'
;
iframe
Expand Down
Loading

0 comments on commit 3e6e6e5

Please sign in to comment.