summaryrefslogtreecommitdiff
path: root/browser/locales
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2017-01-20 20:00:25 +0100
committerPale Moon <git-repo@palemoon.org>2017-01-20 20:00:25 +0100
commita2889856ce816ea0e2cb862c95c8b9b8b369a7f4 (patch)
tree5fab675ba2ab2b946ee456d263a51382ccac8b72 /browser/locales
parent60e00d2123a57c39a28367266abad71e320a1de7 (diff)
downloadpalemoon-gre-a2889856ce816ea0e2cb862c95c8b9b8b369a7f4.tar.gz
Add proper control for the user for offline storage for web applications.
New control: 3-state drop-down instead of a checkbox, linked to offline-apps.permissions: 0 - Deny storage of offline app data without prompting (breaks sites!) 1 - Ask the user if a website wants to store offline app data 2 - Allow storage of offline app data without prompting (default) This resolves #760.
Diffstat (limited to 'browser/locales')
-rw-r--r--browser/locales/en-US/chrome/browser/preferences/advanced.dtd6
1 files changed, 4 insertions, 2 deletions
diff --git a/browser/locales/en-US/chrome/browser/preferences/advanced.dtd b/browser/locales/en-US/chrome/browser/preferences/advanced.dtd
index 9350a843d..6ef29c680 100644
--- a/browser/locales/en-US/chrome/browser/preferences/advanced.dtd
+++ b/browser/locales/en-US/chrome/browser/preferences/advanced.dtd
@@ -96,8 +96,10 @@
<!ENTITY enableSearchUpdate.label "Search Engines">
<!ENTITY enableSearchUpdate.accesskey "E">
-<!ENTITY offlineNotify.label "Tell me when a website asks to store data for offline use">
-<!ENTITY offlineNotify.accesskey "T">
+<!ENTITY offlineAppsPermissions.label "When a website asks to store data for offline use:">
+<!ENTITY offlineAppsPermissions.Allow "Allow by default">
+<!ENTITY offlineAppsPermissions.Ask "Always ask">
+<!ENTITY offlineAppsPermissions.Deny "Deny">
<!ENTITY offlineNotifyExceptions.label "Exceptions…">
<!ENTITY offlineNotifyExceptions.accesskey "x">