Safari ITP 2.3:所有脚本可写网站数据的生命周期上限
Safari ITP 2.3: Capped Lifetime For All Script-Writeable Website Data
我对 Safari 的 ITP 2.3 政策感到有点困惑,该政策将浏览器中脚本可写存储的生命周期限制为 7 天。
官方article表示:
After seven days of Safari use without the user interacting with a web page on website.example, all of website.example’s non-cookie website data is deleted.
这绝对包括localStorage
。有人确定
- IndexedDB
- 缓存存储
- 服务工作者
也清除了吗?
查看相关Webkit commit,明明包括IndexedDB——好像不包括CacheStorage或ServiceWorker。
3 月 24 日的 post 列出了受影响的内容。
在那个列表上,我可以看到 IndexDB 和他们称之为 "Service Worker Registrations" 的东西。
https://webkit.org/blog/10218/full-third-party-cookie-blocking-and-more/
我对 Safari 的 ITP 2.3 政策感到有点困惑,该政策将浏览器中脚本可写存储的生命周期限制为 7 天。
官方article表示:
After seven days of Safari use without the user interacting with a web page on website.example, all of website.example’s non-cookie website data is deleted.
这绝对包括localStorage
。有人确定
- IndexedDB
- 缓存存储
- 服务工作者
也清除了吗?
查看相关Webkit commit,明明包括IndexedDB——好像不包括CacheStorage或ServiceWorker。
3 月 24 日的 post 列出了受影响的内容。
在那个列表上,我可以看到 IndexDB 和他们称之为 "Service Worker Registrations" 的东西。
https://webkit.org/blog/10218/full-third-party-cookie-blocking-and-more/