|
1 | | -From 593310dd649745392b71aa4eb5e07204b5ea3d10 Mon Sep 17 00:00:00 2001 |
| 1 | +From 441437290932e8f2dc2a7541494324de31602c81 Mon Sep 17 00:00:00 2001 |
2 | 2 | From: hackademix <giorgio@maone.net> |
3 | 3 | Date: Mon, 21 Aug 2023 13:13:57 +0200 |
4 | 4 | Subject: [PATCH] BB 42019: Empty browser's clipboard on browser shutdown |
5 | 5 |
|
6 | 6 | --- |
7 | 7 | browser/app/profile/firefox.js | 3 + |
8 | | - browser/components/BrowserGlue.sys.mjs | 167 +++++++++++++++++++++++++ |
9 | | - 2 files changed, 170 insertions(+) |
| 8 | + browser/components/BrowserGlue.sys.mjs | 167 ------------------------- |
| 9 | + 2 files changed, 3 insertions(+), 167 deletions(-) |
10 | 10 |
|
11 | 11 | diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js |
12 | | -index 4050c0090e..5d16a404aa 100644 |
| 12 | +index d4f0e75e9a..9fa0343d97 100644 |
13 | 13 | --- a/browser/app/profile/firefox.js |
14 | 14 | +++ b/browser/app/profile/firefox.js |
15 | | -@@ -3397,3 +3397,6 @@ pref("browser.contextual-services.contextId.rust-component.enabled", true); |
16 | | - |
17 | | - // Pref to enable the IP protection feature |
18 | | - pref("browser.ipProtection.enabled", false); |
| 15 | +@@ -3456,3 +3456,6 @@ pref("browser.ipProtection.enabled", false); |
| 16 | + pref("browser.ipProtection.variant", ""); |
| 17 | + pref("browser.ipProtection.log", false); |
| 18 | + pref("browser.ipProtection.guardian.endpoint", "https://vpn.mozilla.org/"); |
19 | 19 | + |
20 | 20 | +// Empty clipboard content from private windows on exit (tor-browser#42154) |
21 | 21 | +pref("browser.privatebrowsing.preserveClipboard", false); |
|
0 commit comments