]> gitweb.michael.orlitzky.com - firefox-user-prefs.git/commitdiff
tracking: move no-webgl entry to media
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Mar 2026 17:43:10 +0000 (13:43 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Mar 2026 17:43:10 +0000 (13:43 -0400)
It's a better fit there.

media
tracking

diff --git a/media b/media
index 3639b263a81cabbd26324376183c0b032f428126..5134f7035da3484e8f320cde7ffcb8431670e384 100644 (file)
--- a/media
+++ b/media
@@ -19,3 +19,14 @@ user_pref("permissions.default.xr", 2);
 
 /* Block audio AND video autoplay by default */
 user_pref("media.autoplay.default", 5);
+
+
+/* Disable WebGL. I actually don't need websites to be able to
+ * directly access my video hardware.
+ *
+ * References:
+ *
+ * 1. https://www.contextis.com/en/blog/webgl-a-new-dimension-for-browser-exploitation
+ *
+ */
+user_pref("webgl.disabled", true);
index c2113d18fda86e03bb39ace9b78e9d9fc20b544b..cc1c73e89b46d11b0347b988068c4042f24a1a85 100644 (file)
--- a/tracking
+++ b/tracking
@@ -68,16 +68,6 @@ user_pref("geo.enabled", false);
 user_pref("permissions.default.geo", 2);
 
 
-/* Disable WebGL. I actually don't need websites to be able to
- * directly access my video hardware.
- *
- * References:
- *
- * 1. https://www.contextis.com/en/blog/webgl-a-new-dimension-for-browser-exploitation
- *
- */
-user_pref("webgl.disabled", true);
-
 
 /* Disable DNS-over-HTTPS (DoH), which is a helpful service that sends
  * all of your DNS requests to Cloudflare. DoH is presently disabled