[Webkit-unassigned] [Bug 244330] Storage access grant is lost on new tab page as extension origin GUID gets refreshed on every launch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 13 13:45:13 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=244330
--- Comment #2 from vsr4493 at gmail.com ---
To add to this, I believe the core issue here is that this is currently falsy:
```
chrome.permissions.contains({ origins: [`${self.origin}/`] })
```
For its own origin, the extension should have permissions out of the box, so the permission check returning false here seems like a bug.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230413/f0588336/attachment.htm>
More information about the webkit-unassigned
mailing list