[tor-commits] [Git][tpo/applications/tor-browser][base-browser-128.1.0esr-14.0-1] fixup! Firefox preference overrides.

morgan (@morgan) git at gitlab.torproject.org
Thu Aug 22 22:06:56 UTC 2024



morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
bc758fe5 by Pier Angelo Vendrame at 2024-08-22T22:06:34+00:00
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.

- - - - -


1 changed file:

- browser/app/profile/001-base-profile.js


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -100,6 +100,11 @@ pref("browser.pagethumbnails.capturing_disabled", true);
 // Empty clipboard content from private windows on exit (tor-browser#42154)
 pref("browser.privatebrowsing.preserveClipboard", 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),



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/bc758fe5ac254ec2dc232cb9bc1a6a0b94958d5b

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/bc758fe5ac254ec2dc232cb9bc1a6a0b94958d5b
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240822/4164d936/attachment-0001.htm>


More information about the tor-commits mailing list