为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How can I clear DOM Storage when Firefox closes?

  • 9 个回答
  • 7 人有此问题
  • 12 次查看
  • 最后回复者为 cor-el

more options

DOM Storage is becoming used more often for tracking purposes, so I would like it to be cleared when Firefox closes. This link says it can only be cleared under certain conditions: http://developer.mozilla.org/en/docs/DOM:Storage#Storage_location_and_clearing_the_data

The "Clear history when Firefox closes" Settings in Options -> Privacy does not have a checkbox for DOM Storage.

Setting dom.storage.enabled in about:config to "false" affects all sites. Some sites I've visited *require* DOM Storage to be enabled for those sites to function.

Does enabling one of the checkboxes in "Clear history when Firefox closes" clear DOM Storage already? Can DOM Storage be allowed only for specific sites like regular cookies can? Is there any built-in (non-addon) way to clear or control DOM Storage automatically?

DOM Storage is becoming used more often for tracking purposes, so I would like it to be cleared when Firefox closes. This link says it can only be cleared under certain conditions: http://developer.mozilla.org/en/docs/DOM:Storage#Storage_location_and_clearing_the_data The "Clear history when Firefox closes" Settings in Options -> Privacy does not have a checkbox for DOM Storage. Setting dom.storage.enabled in about:config to "false" affects all sites. Some sites I've visited *require* DOM Storage to be enabled for those sites to function. Does enabling one of the checkboxes in "Clear history when Firefox closes" clear DOM Storage already? Can DOM Storage be allowed only for specific sites like regular cookies can? Is there any built-in (non-addon) way to clear or control DOM Storage automatically?

所有回复 (9)

more options
more options

Why enable that at all? This page states where the data is stored: https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data.

"DOM storage: DOM Storage is designed to provide a larger, more secure, and easier-to-use alternative to storing information in cookies. Information is stored in the webappsstore.sqlite file for websites and in the chromeappsstore.sqlite for about:* pages. "

To disable DOM storage, go to about:config and change this setting: dom.storage.enabled

more options

Please fully read the question: "non-addon".

more options

"Why enable that at all?" It is enabled by default when Firefox is installed. The question asks how to clear it automatically or control individual sites' access to it.

As the question states, setting dom.storage.enabled to false (disabling it) interferes with some sites that require it.

由Vxc0jgymrpXsxeqtnwAg-Z2mN8gH-R于修改

more options

Note that chromeappsstore.sqlite has been replaced with IndexedDB.
DOM Storage uses the same permissions as cookies, so if you allow cookies then DOM storage is included and vise verse if you block cookies then you block DOM storage as well.
You only can't clear DOM storage easily AFAIK.


  • Bug 527667 - DOM Storage (localStorage, sessionStorage) data is not cleared when "Clear Recent History" is used with Time range not "Everything"

Please DO NOT comment in bug reports: https://bugzilla.mozilla.org/page.cgi?id=etiquette.html

more options

What kind of sites demand the use of DOM storage? I have not encountered any.

more options

@finitarry

Sites that store larger cookies or wish for more persistence require DOM storage. Example: Khan Academy.

more options

I have also been encountering this issue. At first I thought it was a JavaScript error, but have discovered (mostly through this thread) that DOM storage is the culprit. Many education sites (colleges, etc) seem to rely on it.

Has there been any advance in determining a method to clear or selectively enable/disable this feature?

more options

Google stores a cookie in DOM storage if you click the close button on the promo to install Google Chrome. YouTube store the volume setting in DOM storage.

You can type or paste localStorage in the command line of the Web Console (Firefox/Tools > Web Developer;Ctrl+Shift+K) and press the Enter key.
If you click [object Storage] to open the object viewer then you can see stored data.