Fix whatsapp web image upload in Firefox

This commit is contained in:
Riyyi
2020-01-01 16:12:27 +01:00
parent 48af9e4d7c
commit f2e96a7cb7
+1
View File
@@ -19,6 +19,7 @@ user_pref("widget.content.gtk-theme-override", "Arc");
// Disable tracking // Disable tracking
user_pref("privacy.resistFingerprinting", true); user_pref("privacy.resistFingerprinting", true);
user_pref("privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts", false);
user_pref("geo.enabled", false); user_pref("geo.enabled", false);
// https://spyware.neocities.org/guides/firefox.html // https://spyware.neocities.org/guides/firefox.html
user_pref("network.connectivity-service.enabled", false); user_pref("network.connectivity-service.enabled", false);