Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

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

  • 1 ответ
  • 1 имеет эту проблему
  • 12 просмотров
  • Последний ответ от 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).