mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 23:12:04 -08:00
Enable clipboard Events
Websites can check if clipboard events are turned off, this hurts stealth
This commit is contained in:
parent
6fc8ee287e
commit
499fcd5442
1 changed files with 0 additions and 3 deletions
|
|
@ -341,9 +341,6 @@ defaultPref("browser.toolbars.bookmarks.visibility", "never");
|
||||||
// Do not reopen windows on startup
|
// Do not reopen windows on startup
|
||||||
defaultPref("privacy.clearOnShutdown.openWindows", true);
|
defaultPref("privacy.clearOnShutdown.openWindows", true);
|
||||||
|
|
||||||
// Clipboard
|
|
||||||
defaultPref("dom.event.clipboardevents.enabled", false); // disable user triggered clipboard access
|
|
||||||
|
|
||||||
// Fingerprinting
|
// Fingerprinting
|
||||||
defaultPref("privacy.resistFingerprinting", false); // This will actually hurt fingerprinting.
|
defaultPref("privacy.resistFingerprinting", false); // This will actually hurt fingerprinting.
|
||||||
// defaultPref("privacy.resistFingerprinting.block_mozAddonManager", true); // prevents rfp from breaking AMO
|
// defaultPref("privacy.resistFingerprinting.block_mozAddonManager", true); // prevents rfp from breaking AMO
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue