Browser.cache.disk cache ssl: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (security)
(https is still cached to memory if this is off)
Line 2: Line 2:


==Background==
==Background==
Disk caching saves copies of the downloaded files on the hard drive so they doesn't need to be downloaded to be redisplayed. These pages can be viewed by anyone with permission to the cache folder. Pages transmitted with [[SSL]] encryption often contain sensitive information and caching of these pages may present a privacy risk. This preference controls whether to cache pages that were transmitted with SSL encryption.
Disk caching saves copies of the downloaded files on the hard drive so they doesn't need to be downloaded to be redisplayed. These pages can be viewed by anyone with permission to the cache folder. Pages transmitted with [[SSL]] encryption often contain sensitive information and caching of these pages to disk may present a privacy risk. This preference controls whether to cache to disk pages that were transmitted with SSL encryption.


==Possible values and their effects==
==Possible values and their effects==
===true===
===true===
Cache content retrieved by SSL.
Cache to disk content retrieved by SSL.
===false===
===false===
Don't cache content retrieved by SSL. (Default)
Don't cache to disk content retrieved by SSL. (Default)


==Caveats==
==Caveats==
* It is recommended that this preference be left at false to lessen the chance of sensitive information being disclosed to others.
* It is recommended that this preference be left at false to lessen the chance of sensitive information being disclosed to others.
* [[browser.cache.disk.enable]] must be set to true if you wish to enable disk caching of SSL pages.
* [[browser.cache.disk.enable]] must be set to true if you wish to enable disk caching of SSL pages.
* If this preference is set to false, [[browser.cache.memory.enable]] must be set to true if you wish to enable '''memory''' caching of SSL pages.


==First checked in==
==First checked in==

Revision as of 02:18, 31 January 2006

Background

Disk caching saves copies of the downloaded files on the hard drive so they doesn't need to be downloaded to be redisplayed. These pages can be viewed by anyone with permission to the cache folder. Pages transmitted with SSL encryption often contain sensitive information and caching of these pages to disk may present a privacy risk. This preference controls whether to cache to disk pages that were transmitted with SSL encryption.

Possible values and their effects

true

Cache to disk content retrieved by SSL.

false

Don't cache to disk content retrieved by SSL. (Default)

Caveats

  • It is recommended that this preference be left at false to lessen the chance of sensitive information being disclosed to others.
  • browser.cache.disk.enable must be set to true if you wish to enable disk caching of SSL pages.
  • If this preference is set to false, browser.cache.memory.enable must be set to true if you wish to enable memory caching of SSL pages.

First checked in

2003-09-15 by Darin Fisher

Has an effect in

  • Netscape (all versions since 7.2)
  • Mozilla Suite (all versions since 1.6a)
  • Firebird (all versions since 0.7)
  • Firefox (all versions)
  • Thunderbird (all versions)
  • Minimo (all versions)
  • SeaMonkey (all versions)

Related bugs

Related preferences