搜索 | 用户支持

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

Learn More

What is in the profiles/storage/default folder?

more options

The profile my wife uses has almost 400 MB in the profiles/storage/default folder and & looks like every link she has ever clicked on. She uses AOL for her home page & clicks on all sorts of news articles.

How do I trim down its size? Can I delete some history, such as old stuff? Thanks

The profile my wife uses has almost 400 MB in the profiles/storage/default folder and & looks like every link she has ever clicked on. She uses AOL for her home page & clicks on all sorts of news articles. How do I trim down its size? Can I delete some history, such as old stuff? Thanks

被采纳的解决方案

Hi Mike, the folder contains data stored at the request of websites and add-ons. To clear the website storage, you can use the "Manage Data" button on the Settings page, Privacy & Security panel. It's in the Cookies and Site Data section.

This dialog allows selectively clearing sites whose data and cookies won't be missed, while skipping over those such as AOL where it may be preferable to keep the data. To select sites in bulk, click the first one and Shift+click the last one, then Ctrl+click any exceptions to deselect them (same method as Windows File Explorer).

定位到答案原位置 👍 1

所有回复 (5)

more options

选择的解决方案

Hi Mike, the folder contains data stored at the request of websites and add-ons. To clear the website storage, you can use the "Manage Data" button on the Settings page, Privacy & Security panel. It's in the Cookies and Site Data section.

This dialog allows selectively clearing sites whose data and cookies won't be missed, while skipping over those such as AOL where it may be preferable to keep the data. To select sites in bulk, click the first one and Shift+click the last one, then Ctrl+click any exceptions to deselect them (same method as Windows File Explorer).

more options

Thanks - I didn't realize those were the cookies, or associated with them, and thought they might be for the History. My wife said to delete the cookies & the folder shrank to 14MB.

more options

Hi Mike, actually the cookies are stored in a database named cookies.sqlite, and the storage folders contain databases used for "local storage" or "DOM storage", which many sites prefer to use instead of cookies for efficiency reasons. (https://developer.mozilla.org/docs/Web/API/Web_Storage_API)

more options

Thanks for the additional information.

When I go to Manage Data > Clear Cookies that means it clears both cookies & the "local storage", is that correct?

If I block some or all cookies does that also block what goes into "local storage"?

more options

Yes, for many purposes, Firefox groups cookies and local storage (sometimes called Site Data, sometimes called Offline Storage) together because they serve a similar purpose of keeping data for the site on the browser. A site's cookie permission also is used as its local storage permission.