mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 04:52:03 -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
|
||||
defaultPref("privacy.clearOnShutdown.openWindows", true);
|
||||
|
||||
// Clipboard
|
||||
defaultPref("dom.event.clipboardevents.enabled", false); // disable user triggered clipboard access
|
||||
|
||||
// Fingerprinting
|
||||
defaultPref("privacy.resistFingerprinting", false); // This will actually hurt fingerprinting.
|
||||
// defaultPref("privacy.resistFingerprinting.block_mozAddonManager", true); // prevents rfp from breaking AMO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue