搜索 | 用户支持

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

详细了解

How can I let one domain (file:///...) to keep localStorage in Private Browsing over browsing sessions?

  • 1 个回答
  • 1 人有此问题
  • 16 次查看
  • 最后回复者为 WestEnd

more options

I've made a home page for Firefox with HTML, CSS and JavaScript and I'd like to allow it to store data in localStorage over browsing sessions in Private Browsing. The page is located at file:///C:/Users/<user>/.../homePage/index.html. If there is no way to do this I will also be happy with any other ways to save data over browsing sessions (not necessary with localStorage).

I've made a home page for Firefox with HTML, CSS and JavaScript and I'd like to allow it to store data in localStorage over browsing sessions in Private Browsing. The page is located at file:///C:/Users/<user>/.../homePage/index.html. If there is no way to do this I will also be happy with any other ways to save data over browsing sessions (not necessary with localStorage).

所有回复 (1)

more options

Private browsing doesn't keep or store information it was intended to clear everything when closed. It isn't intended to do what your asking for here. FF is a set default program settings anything beyond that is up to the user to customize or program themselves for their usage.