Re: [whatwg/storage] Disable prompting in third parties (#87)

I guess what I'm really after is that a third-party that has never been visited as a first-party cannot get a hold of this capability.

@jyasskin I guess what I need here is a way to do

> Let permission be the result of requesting permission to use "persistent-storage".

while returning false if the current state is "prompt".

I guess I could do what the first step of that algorithm does, but it isn't really scoped to anything. Hmm.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/storage/issues/87#issuecomment-623122840

Received on Sunday, 3 May 2020 14:58:43 UTC