summaryrefslogtreecommitdiff
path: root/data/settings.js
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2015-07-13 22:56:45 -0500
committerRuben Rodriguez <ruben@gnu.org>2015-07-13 22:56:45 -0500
commit2d86679d403e25d512409eb707ee08c62d96fe75 (patch)
tree2b3e2535df00edda948cbac471f7cf828d5dbbd7 /data/settings.js
parent3d2f2cbc6f20a5bb9cb2eba3dfccb6b4986a0d04 (diff)
Disabled hardware acceleration and WebGL
Diffstat (limited to 'data/settings.js')
-rw-r--r--data/settings.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/settings.js b/data/settings.js
index 7356840..9a9f3d7 100644
--- a/data/settings.js
+++ b/data/settings.js
@@ -189,3 +189,7 @@ pref("security.ssl3.dhe_rsa_aes_128_sha", false);
pref("security.ssl3.dhe_rsa_aes_256_sha", false);
pref("security.ssl3.dhe_dss_aes_128_sha", false);
pref("security.ssl3.dhe_rsa_des_ede3_sha", false);
+
+// Disable hardware acceleration and WebGL
+pref("layers.acceleration.disabled", true);
+pref("webgl.disabled", true);