Skip to content

Commit b03a0a6

Browse files
committed
chore: Refresh Empty browser clipboard patch
1 parent 2ed6f92 commit b03a0a6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

patches/bb-patches/0001-BB-42019-Empty-browser-s-clipboard-on-browser-shutdo.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
From 593310dd649745392b71aa4eb5e07204b5ea3d10 Mon Sep 17 00:00:00 2001
1+
From 441437290932e8f2dc2a7541494324de31602c81 Mon Sep 17 00:00:00 2001
22
From: hackademix <giorgio@maone.net>
33
Date: Mon, 21 Aug 2023 13:13:57 +0200
44
Subject: [PATCH] BB 42019: Empty browser's clipboard on browser shutdown
55

66
---
77
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(-)
1010

1111
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
12-
index 4050c0090e..5d16a404aa 100644
12+
index d4f0e75e9a..9fa0343d97 100644
1313
--- a/browser/app/profile/firefox.js
1414
+++ 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/");
1919
+
2020
+// Empty clipboard content from private windows on exit (tor-browser#42154)
2121
+pref("browser.privatebrowsing.preserveClipboard", false);

0 commit comments

Comments
 (0)