Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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

  • 1 답장
  • 1 이 문제를 만남
  • 7 보기
  • 최종 답변자: 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).