From c25a46b49f2148e2f60cc95edc2bd5edaeff657c Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Tue, 21 Aug 2018 12:03:31 -0700 Subject: [PATCH] Let's not remove browser history --- .bin/Scripts/system_diagnostics.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.bin/Scripts/system_diagnostics.py b/.bin/Scripts/system_diagnostics.py index 535b14ef..7ce0f639 100644 --- a/.bin/Scripts/system_diagnostics.py +++ b/.bin/Scripts/system_diagnostics.py @@ -43,27 +43,16 @@ BLEACH_BIT_CLEANERS = { 'Browsers': ( 'chromium.cache', 'chromium.current_session', - 'chromium.history', 'firefox.cache', - 'firefox.download_history', 'firefox.session_restore', - 'firefox.url_history', 'google_chrome.cache', - 'google_chrome.history', 'google_chrome.session', 'google_earth.temporary_files', - 'google_toolbar.search_history', - 'internet_explorer.history', 'internet_explorer.temporary_files', 'opera.cache', 'opera.current_session', - 'opera.download_history', - 'opera.url_history', 'safari.cache', - 'safari.history', 'seamonkey.cache', - 'seamonkey.download_history', - 'seamonkey.history', ), 'System': ( 'system.clipboard',