[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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

Commits:

  • 3dd4deb5
    by Pier Angelo Vendrame at 2024-08-22T22:07:24+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:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -100,6 +100,11 @@ pref("browser.pagethumbnails.capturing_disabled", true);
    100 100
     // Empty clipboard content from private windows on exit (tor-browser#42154)
    
    101 101
     pref("browser.privatebrowsing.preserveClipboard", false);
    
    102 102
     
    
    103
    +// tor-browser#42611: Do not include the URL of the image, when copying it.
    
    104
    +// Also, do not save clipboard in history/cloud.
    
    105
    +pref("clipboard.imageAsFile.enabled", false);
    
    106
    +pref("clipboard.copyPrivateDataToClipboardCloudOrHistory", false);
    
    107
    +
    
    103 108
     // Enable HTTPS-Only mode (tor-browser#19850)
    
    104 109
     pref("dom.security.https_only_mode", true);
    
    105 110
     // The previous pref automatically sets this to true (see StaticPrefList.yaml),
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits