搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

local storage doesn't allow to save extension's settings

  • 1 回覆
  • 1 有這個問題
  • 8 次檢視
  • 最近回覆由 cor-el

more options

Hello, we are a developer company.

We have our own extension for Firefox. It doesn't work for just one client.

The bottom line is that the extension saves its settings in local storage, and Firefox does not allow them to be saved there.

I attached a code that made an exception.

Can someone tell me which setting I must change to allow the extension work with local storage?

Hello, we are a developer company. We have our own extension for Firefox. It doesn't work for just one client. The bottom line is that the extension saves its settings in local storage, and Firefox does not allow them to be saved there. I attached a code that made an exception. Can someone tell me which setting I must change to allow the extension work with local storage?
附加的畫面擷圖

所有回覆 (1)

more options

Maybe check for issues with location storage (indexedDB).