为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Even if you use Firefox's State Partitioning technology, I want to make sure that localStorage is not separated.

  • 4 个回答
  • 0 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

Site A has C iframe and Site B has C iframe. When data is inserted from Site A's C iframe, there must also be data from Site B's C iframe, but the two repositories cannot share data due to Firefox's security policy. The recommended method in Mozilla for this issue is to use "requestStorageAccessAPI". However, when using the method, Cookie Data is shared, but localStorage Data is not shared. I want to know a way other than "requestStorageAccessAPI".

  • Except how the user sets the config
Site A has C iframe and Site B has C iframe. When data is inserted from Site A's C iframe, there must also be data from Site B's C iframe, but the two repositories cannot share data due to Firefox's security policy. The recommended method in Mozilla for this issue is to use "requestStorageAccessAPI". However, when using the method, Cookie Data is shared, but localStorage Data is not shared. I want to know a way other than "requestStorageAccessAPI". * Except how the user sets the config

所有回复 (4)

more options

You should post that question in the developer question forum not on the general Firefox help side here.

https://support.mozilla.org/en-US/kb/where-go-developer-support

more options

So if I understand what you are saying, "Total Cookie Protection" (dynamic First Party Isolation) causes this problem.

I think you probably need to communicate through the server when data changes in any of the frames so the other frames can be updated. This assumes that the server knows which frames are displaying in the same browser, which may be difficult if they do not have the same session token (i.e., if the user does not need to sign in).

more options

The question is above my pay grade but I have just noticed that there is a Permission in the Page Info window (ctl+i) Store data in persistent storage.

more options

Maybe look at the privacy.partition.* prefs on the about:config page.