Enable clipboard Events

Websites can check if clipboard events are turned off, this hurts stealth
This commit is contained in:
Karim shoair 2025-01-24 21:23:25 +02:00
parent 6fc8ee287e
commit 499fcd5442

View file

@ -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