Offline-apps.quota.max

From MozillaZine Knowledge Base
Jump to navigationJump to search

Background

The HTML 5 Specification defines a mechanism allowing web pages to store information and pre-cached data with a web browser. By default, the amount of data a given site may store is determined by dom.storage.default_quota, but sites may be granted extra space for use with offline APIs. This preference determines the maximum amount of disk space allocated for offline apps’ storage.

Possible values and their effects

Maximum amount of disk space usable for offline app data storage, in kilobytes. Default value is 204800 (200MB).

First checked in

2008-01-23 by Dave Camp

Has an effect in

  • Firefox (nightly builds since 2008-01-23)
  • SeaMonkey (nightly builds since 2008-01-23)

Related bugs

Related preferences

External links