Kitzijoxikil MyIPCam for IP cameras
MyIPCam for IP cameras ruma Denfllow
4 reviews
- Rated 2 out of 5ruma SMF, преди 10 месецаThis add-on used to work really well on Firefox. I have the paid version of it. A little while back one of my cameras just stopped working with it. The same camera works perfectly with the Chrome version of the add-on so I can only assume something in Firefox changed that broke the add-on.
- Rated 2 out of 5ruma Gigabillou, преди 4 годиниPas de mise a jour depuis 1 an 1/2, ma dernière cam n'est pas reconnue et malgré une demande de renseignement, ne réponds pas au mail !
- Rated 2 out of 5ruma Firefox okisanel 13881620, преди 6 години
- Rated 2 out of 5ruma Ben, преди 7 годиниI had a bit of a fight with this add-on. The local storage will not remember its settings across sessions if the user has Firefox set to make all cookies, session cookies (this affects local storage too) - the Privacy: Keep until I close Firefox, setting is the one.
I think you should be using: browser.storage.local instead of localStorage in an add-on. This gives the storage more 'privilege' and it's a lot less vulnerable.
Besides which, this add-on is crippleware which I think should be made clearer.Tzolin rutzij b'anonel
xtalüx rutzijol преди 7 годиниThanks for your review. I'll fix it in the next version.
why it happens:
<< Also in Firefox, you can prevent the browser from clearing local storage on uninstall by visiting "about:config" and setting the following two browser preferences to true: "keepUuidOnUninstall" and "keepStorageOnUninstall". This feature is provided to help developers test their extensions. Extensions themselves are not able to change these preferences.
Although this API is similar to Window.localStorage it is recommended that you don't use Window.localStorage in extension code. Firefox will clear data stored by extensions using the localStorage API in various scenarios where users clear their browsing history and data for privacy reasons, while data saved using the storage.local API will be correctly persisted in these scenarios. >>