From c2a3b6a4d7f6c1014f824bbb695ee7b089c3a529 Mon Sep 17 00:00:00 2001 From: claustromaniac <20734810+claustromaniac@users.noreply.github.com> Date: Sat, 24 Nov 2018 01:58:51 -0300 Subject: [PATCH] Update user.js --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 15fcc73..de3b776 100644 --- a/user.js +++ b/user.js @@ -654,7 +654,7 @@ user_pref("browser.cache.disk_cache_ssl", false); * [NOTE] This means any permission changes are session only * [1] https://bugzilla.mozilla.org/967812 ***/ // user_pref("permissions.memory_only", true); // (hidden pref) -/* 1008: set DNS cache and expiration time (default 400 and 60, same as TBB) ***/ +/* 1008: set DNS cache and expiration time (default 400 and 60, same as Tor Browser) ***/ // user_pref("network.dnsCacheEntries", 400); // user_pref("network.dnsCacheExpiration", 60); /** SESSIONS & SESSION RESTORE ***/