Skip to content
Snippets Groups Projects
Verified Commit 6e38aef1 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Firefox preference overrides.

Bug 42611: Set clipboard.imageAsFile.enabled to false

In this way, when you copy an image to the clipboard, its URL is not
copied as well.
This replaces a patch we used to have in the previous versions after
Mozilla implemented this preference in Firefox 120.
parent 5eca2524
No related branches found
No related tags found
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1136Bug 43085: Rebased alpha onto 128.2.0esr
......@@ -97,6 +97,11 @@ pref("browser.pagethumbnails.capturing_disabled", true);
// pref("privacy.exposeContentTitleInWindow", false);
// pref("privacy.exposeContentTitleInWindow.pbm", false);
// tor-browser#42611: Do not include the URL of the image, when copying it.
// Also, do not save clipboard in history/cloud.
pref("clipboard.imageAsFile.enabled", false);
pref("clipboard.copyPrivateDataToClipboardCloudOrHistory", false);
// Enable HTTPS-Only mode (tor-browser#19850)
pref("dom.security.https_only_mode", true);
// The previous pref automatically sets this to true (see StaticPrefList.yaml),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment