summaryrefslogtreecommitdiff
path: root/data/files-to-append/browser
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2019-10-30 18:34:44 -0400
committerMark H Weaver <mhw@netris.org>2019-11-17 11:01:32 -0500
commit1850676a153eecb3ddff93b78bbd03472543b14a (patch)
tree8675d075ab5870a4217c9ad9fa6e862a6f7f0721 /data/files-to-append/browser
parent6ae8abe66f46a41e931eab7115adc92937bf4b93 (diff)
Add first batch of IceCat-specific preferences.
* makeicecat: Add code to add IceCat-specific messages to l10n directory. * data/files-to-append/browser/locales/en-US/browser/preferences/preferences.ftl, data/files-to-append/l10n/es-AR/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/es-CL/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/es-ES/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/es-MX/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/fr/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/it/browser/browser/preferences/preferences.ftl, data/patches/icecat-preferences.patch: New files.
Diffstat (limited to 'data/files-to-append/browser')
-rw-r--r--data/files-to-append/browser/locales/en-US/browser/preferences/preferences.ftl36
1 files changed, 36 insertions, 0 deletions
diff --git a/data/files-to-append/browser/locales/en-US/browser/preferences/preferences.ftl b/data/files-to-append/browser/locales/en-US/browser/preferences/preferences.ftl
new file mode 100644
index 0000000..2f90bcd
--- /dev/null
+++ b/data/files-to-append/browser/locales/en-US/browser/preferences/preferences.ftl
@@ -0,0 +1,36 @@
+
+## IceCat-specific privacy settings
+
+icecat-privacy-group-header = IceCat-specific privacy settings
+
+disable-javascript-option =
+ .label = Disable JavaScript
+disable-javascript-description = Disabling Javascript greatly improves privacy, security and <a href=\"https://www.gnu.org/philosophy/javascript-trap.html\">freedom</a>, but it will break many sites.
+
+disable-custom-fonts-option =
+ .label = Do not load custom fonts
+disable-custom-fonts-description = Custom fonts can be used for <a href=\"https://en.wikipedia.org/wiki/Device_fingerprint\">fingerprinting</a>. Disabling them improves privacy but may make some sites look wrong.
+
+isolate-request-first-party-option =
+ .label = Isolate requests to First Party domains
+isolate-request-first-party-description = This <a href=\"https://www.torproject.org/projects/torbrowser/design/#identifier-linkability\">improves privacy</a>, but it may interfere with login into some sites.
+
+auto-update-extensions-option =
+ .label = Automatically update extensions
+auto-update-extensions-description = Enabling automated updates is good for security, but would start Internet connections in the background.
+
+spoof-referers-option =
+ .label = Spoof Referers
+spoof-referers-description = <a href=\"https://en.wikipedia.org/wiki/HTTP_referer\">Referers</a> tell sites what link brought you there. This feature greatly improves your privacy, but it may break functionality on some sites.
+
+detect-captive-portal-option =
+ .label = Detect captive portal
+detect-captive-portal-description = <a href=\"https://en.wikipedia.org/wiki/Captive_portal\">Captive portals</a> are the sites that control access to public wireless networks in hotels, airports, cafes, etc. The detection service is useful if you connect to such netwoks, but it will start connections automatically.
+
+geolocation-option =
+ .label = Enable Geolocation
+geolocation-description = This is commonly used for maps, weather sites, and some stores. It is better to keep it off unless you really need it.
+
+webgl-option =
+ .label = Enable WebGL
+webgl-description = Needed to visualize 3D graphics, but it may expose you to security threats. Enable it only if you really use it.