WICG / anonymous-iframe

Give developers the ability to embed third party HTML documents inside a new and ephemeral context. In return, COEP embedding rules can be relaxed. Thanks to anonymous iframe, developers using COEP can now embed third party content that do not.
Other
25 stars 9 forks source link

Define interaction with requestStorageAccess() #16

Open annevk opened 1 year ago

annevk commented 1 year ago

Presumably it immediately rejects?

ArthurSonzogni commented 1 year ago

Yes it should indeed reject. We should define this. I guess a PR into https://privacycg.github.io/storage-access/#dom-document-requeststorageaccess, or a monkey patch here describing this.