[wpt-sync] Sync PR 20188 - [NativeFileSystem] getSystemDirectory() must reject in sandboxed windows
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox72 fixed)
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20188 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20188
Details from upstream follow.
Steve Becker <stevebe@microsoft.com> wrote:
[NativeFileSystem] getSystemDirectory() must reject in sandboxed windows
Updates FileSystemDirectoryHandle.getSystemDirectory() to reject with a
SecurityError when called by a sandboxed window. The other
NativeFileSystem entry point, chooseFileSystemEntries(), already
has an origin check that rejects with a SecurityError for sandboxed
windows before this change.This change also adds a WPT test that accesses the NativeFileSystem from
opaque origins. The test includes a data URI iframe, sandboxed iframe
and a sandboxed opened window. Unlike sandboxed iframes, for data URI
iframes, the NativeFileSystem API is undefined because data URI iframes
do not provide a secure context.This change gives the NativeFileSystem the same behavior as other web
platform storage with write operations. LocalStorage, indexedDB, and
cacheStorage all fail with SecurityErrors when accessed from a sandbox.
However, sandboxes can read files using \<input type=file> and
drag&drop. In the future, if a read-only sandbox scenario emerges, we
can consider loosening this policy for the NativeFileSystem.Bug: 1014248
Change-Id: Ibeafcdbf102275f2cd45f3cd7dbd8ed592c850c6
Reviewed-on: https://chromium-review.googlesource.com/1907278
WPT-Export-Revision: 1bf0d4edb379759a39c68c7b65b3a4618f932903
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Comment 6•5 years ago
|
||
bugherder |
Description
•