Closed
Bug 1773887
Opened 3 years ago
Closed 3 years ago
Error messages sometimes appear in Browser console when testing the bug 1773886
Categories
(Core :: Privacy: Anti-Tracking, defect)
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox103 | --- | affected |
People
(Reporter: alice0775, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: nightly-community)
+++ This bug was initially created as a clone of Bug #1773886 +++
When I was testing the bug 1773886, Error messages sometimes appear in Browser console when step5 of the following STR.
Steps to reproduce
- Go to https://jsfiddle.net/piro_or/y9rq87s0/3/
- Hit F12 key to open the web console.
- Press the left mouse button on the "drag me!" button in the bottom-right section.
- Move the mouse a little to start drag session.
- Release the left mouse button immediately.
- Repeat steps 4 and 5 repeatedly (about 20-30 times for me).
Expected result
no such error.
Actual result
Error messages sometimes appear in Browser console when step5
document.requestStorageAccess() may not be called in a sandboxed iframe without allow-storage-access-by-user-activation in its sandbox attribute.
Comment 1•3 years ago
|
||
They might be using the storage access API wrong, from a sandboxed iframe. But no apparent website breakage. Closing the bug.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•