[tor-commits] [sandboxed-tor-browser/master] Disable the 2017 donation campaign banner.
yawning at torproject.org
yawning at torproject.org
Mon Oct 30 07:52:14 UTC 2017
commit c57e2f3a42068bc11e635e087cead98c8fb281e2
Author: Yawning Angel <yawning at schwanenlied.me>
Date: Wed Oct 25 19:35:45 2017 +0000
Disable the 2017 donation campaign banner.
---
ChangeLog | 1 +
data/installer/mozilla.cfg | 3 +++
2 files changed, 4 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 23afbf8..33214bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
Changes in version 0.0.15 - UNRELEASED:
* Bug 23915: 7.0.7 and later fails to work without `SECCOMP_FILTER_FLAG_TSYNC`.
+ * Disable the 2017 donation campaign banner.
Changes in version 0.0.14 - 2017-09-29:
* Bug 8706: Fully disable the .recently-used.xbel.
diff --git a/data/installer/mozilla.cfg b/data/installer/mozilla.cfg
index 0def436..fc62618 100644
--- a/data/installer/mozilla.cfg
+++ b/data/installer/mozilla.cfg
@@ -56,3 +56,6 @@ lockPref("browser.download.forbid_open_with", true);
// by default, because I'm writing this for me, and my workflow is what
// matters.
defaultPref("middlemouse.contentLoadURL", true);
+
+// Disable the 2017 donation campaign banner.
+pref("extensions.torbutton.donation_banner2017.shown_count", 50);
More information about the tor-commits
mailing list