From 9fa346fbb1139e67e522950e11d13d3b47a156c1 Mon Sep 17 00:00:00 2001 From: Gunir <134402102+gunir@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:07:29 +0700 Subject: [PATCH] Better Clear Recent History Dialog Better Clear Recent History Dialog Signed-off-by: Gunir <134402102+gunir@users.noreply.github.com> --- src/browser/app/profile/zen-browser.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/browser/app/profile/zen-browser.js b/src/browser/app/profile/zen-browser.js index 5526df672..b7dff0557 100644 --- a/src/browser/app/profile/zen-browser.js +++ b/src/browser/app/profile/zen-browser.js @@ -240,6 +240,9 @@ pref("network.fetchpriority.enabled", true); // No Proxy should be default, Use system proxy allows antivirus, virus or system proxy to MITM or slowing down Zen pref("network.proxy.type", 0); +// Better Clear Recent History Dialog +pref("privacy.sanitize.useOldClearHistoryDialog", true); + // ZEN EXPERIMENTAL: pref("security.tls.enable_kyber", true);