Mozilla 도움말 검색

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

자세히 살펴보기

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.