/* 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);
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