Open
Bug 1895457
Opened 1 year ago
Updated 4 months ago
Add support for "embeddedOrigin" parameter for setting "storage-access" permission with "permissions.setPermission" command
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: Sasha, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:backlog])
According to the storage access specification, to set this permission, we require not only origin but also top-level origin. This is not supported it yet from the spec perspective (see the issue). We should add the support for this permission when the permission spec is updated.
| Reporter | ||
Updated•1 year ago
|
Priority: -- → P3
Whiteboard: [webdriver:backlog]
| Reporter | ||
Comment 1•4 months ago
|
||
The spec was updated to support embeddedOrigin: https://github.com/w3c/permissions/pull/468, https://github.com/w3c/permissions/pull/469.
Updated•4 months ago
|
Summary: Add support for setting "storage-access" permission with "permissions.setPermission" command → Add support for "embeddedOrigin" parameter for setting "storage-access" permission with "permissions.setPermission" command
You need to log in
before you can comment on or make changes to this bug.
Description
•