Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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.