Bug 185454 - Storage Access API: Make user opt-in sticky
Summary: Storage Access API: Make user opt-in sticky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: John Wilander
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-05-08 16:39 PDT by John Wilander
Modified: 2018-05-08 17:02 PDT (History)
1 user (show)

See Also:


Attachments
Patch (12.85 KB, patch)
2018-05-08 16:47 PDT, John Wilander
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Wilander 2018-05-08 16:39:24 PDT
The experimental storage access prompt should persist the user's choice to opt-in to access under specific domains. Such storage access should age out with the accessing domain's cookies and website data.
Comment 1 John Wilander 2018-05-08 16:39:34 PDT
<rdar://problem/40003946>
Comment 2 John Wilander 2018-05-08 16:47:14 PDT
Created attachment 339898 [details]
Patch
Comment 3 John Wilander 2018-05-08 16:59:31 PDT
Committed r231524: <https://trac.webkit.org/changeset/231524>
Comment 4 John Wilander 2018-05-08 17:02:49 PDT
Thanks for the review, Alex!