fingerprintjs/blog-indexeddb-safari-leaks-demo

in safari ,i can not get data from datebase when my website in a iframe

Iamnotromantic opened this issue · 1 comments

iOS: 15.3.1
example:
the website url is a.test.com, i open a indexeddb and set some data. in safari , i open two tabs, one is a.test.com , other is b.test.com . but b.test.com include a iframe, and the src is a.test.com.
in a.test.com , i can get the indexeddb data, but in b.test.com , the iframe of a.test.com can not get the indexeddb data.

i guess it is due to Same-origin policy.

it not a bug report ,just discuss