[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.2.0esr-13.0-1] Bug 42019: Empty browser's clipboard on browser shutdown
richard (@richard)
git at gitlab.torproject.org
Mon Aug 21 19:08:49 UTC 2023
richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
968d3923 by hackademix at 2023-08-21T19:08:38+00:00
Bug 42019: Empty browser's clipboard on browser shutdown
- - - - -
1 changed file:
- browser/components/BrowserGlue.sys.mjs
Changes:
=====================================
browser/components/BrowserGlue.sys.mjs
=====================================
@@ -2007,6 +2007,7 @@ BrowserGlue.prototype = {
}
},
() => lazy.OnionAliasStore.uninit(),
+ () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard) // tor-browser#42019
];
for (let task of tasks) {
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/968d3923d8ac76ed8dac9f2346e746c98ad5379c
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/968d3923d8ac76ed8dac9f2346e746c98ad5379c
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/20230821/8f71995d/attachment.htm>
More information about the tor-commits
mailing list