[wpt-sync] Sync PR 40226 - [Permissions Policy] Implement CSP Wildcards
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox116 fixed)
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40226 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40226
Details from upstream follow.
Ari Chivukula <arichiv@chromium.org> wrote:
[Permissions Policy] Implement CSP Wildcards
This CL implements (behind a feature flag) a wider set of wildcards in
the scheme, port, and domain of a permissions policy allowlist.Bug: 1418009
Change-Id: I5c1f9988cf1da6f38b75cf4a68a44ef4a1d84d19
Reviewed-on: https://chromium-review.googlesource.com/4555927
WPT-Export-Revision: 60550b0add1f3d7078870d5d7accb051352a9ee5
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 5 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
OK : 3
FAIL: 3
Chrome
OK : 3
FAIL: 3
Safari
OK : 3
FAIL: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /permissions-policy/experimental-features/permissions-policy-header-host-wildcard.https.sub.html [wpt.fyi]
- Test wildcard host policy works as expected:
FAIL(Chrome:FAIL, Safari:FAIL)
- Test wildcard host policy works as expected:
- /permissions-policy/experimental-features/permissions-policy-header-port-wildcard.https.sub.html [wpt.fyi]
- Test wildcard port policy works as expected:
FAIL(Chrome:FAIL, Safari:FAIL)
- Test wildcard port policy works as expected:
- /permissions-policy/experimental-features/permissions-policy-header-scheme-only.https.sub.html [wpt.fyi]
- Test scheme only policy works as expected:
FAIL(Chrome:FAIL, Safari:FAIL)
- Test scheme only policy works as expected:
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6ae1a282f774
https://hg.mozilla.org/mozilla-central/rev/316371f92b36
Description
•