[tor-commits] [sandboxed-tor-browser/master] Bug 8706: Fully disable the .recently-used.xbel.

yawning at torproject.org yawning at torproject.org
Tue Sep 19 02:57:53 UTC 2017


commit 36a580f723cdd7891eec5e2b2c878ed1a323178d
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Tue Sep 19 02:55:52 2017 +0000

    Bug 8706: Fully disable the .recently-used.xbel.
    
    It's essentially mostly harmless since even if a file is created, it
    won't be persisted, but the browser shouldn't be keeping track of
    recently used files to begin with.
---
 ChangeLog      | 1 +
 data/gtkrc-2.0 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index ea7e000..54e4ea1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 Changes in version 0.0.14 - UNRELEASED:
+ * Bug 8706: Fully disable the .recently-used.xbel.
 
 Changes in version 0.0.13 - 2017-09-13:
  * Bug 13170: Disable the rest of the Firefox experiments botnet prefs.
diff --git a/data/gtkrc-2.0 b/data/gtkrc-2.0
index 75ea452..e9a48d4 100644
--- a/data/gtkrc-2.0
+++ b/data/gtkrc-2.0
@@ -1,3 +1,4 @@
 gtk-icon-theme-name = "Adwaita"
 gtk-theme-name = "Adwaita"
 gtk-font-name = "Arimo 11"
+gtk-recent-files-max-age = 0



More information about the tor-commits mailing list