Skip to content

Commit

Permalink
(WF68) Disable battery API, anti-fingerprinting measure.
Browse files Browse the repository at this point in the history
See header. Align the behavior of Waterfox 68 with Waterfox 56.
  • Loading branch information
Peacock365 authored Sep 25, 2019
1 parent bc9d5fc commit a46db0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -5283,7 +5283,7 @@ pref("dom.vibrator.max_vibrate_ms", 10000);
pref("dom.vibrator.max_vibrate_list_len", 128);

// Battery API
pref("dom.battery.enabled", true);
pref("dom.battery.enabled", false);

// Push

Expand Down

0 comments on commit a46db0e

Please sign in to comment.