local storage doesn't allow to save extension's settings
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)
Maybe check for issues with location storage (indexedDB).