Let's not remove browser history

This commit is contained in:
2Shirt 2018-08-21 12:03:31 -07:00
parent 5b08a3b4b4
commit c25a46b49f
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -43,27 +43,16 @@ BLEACH_BIT_CLEANERS = {
'Browsers': ( 'Browsers': (
'chromium.cache', 'chromium.cache',
'chromium.current_session', 'chromium.current_session',
'chromium.history',
'firefox.cache', 'firefox.cache',
'firefox.download_history',
'firefox.session_restore', 'firefox.session_restore',
'firefox.url_history',
'google_chrome.cache', 'google_chrome.cache',
'google_chrome.history',
'google_chrome.session', 'google_chrome.session',
'google_earth.temporary_files', 'google_earth.temporary_files',
'google_toolbar.search_history',
'internet_explorer.history',
'internet_explorer.temporary_files', 'internet_explorer.temporary_files',
'opera.cache', 'opera.cache',
'opera.current_session', 'opera.current_session',
'opera.download_history',
'opera.url_history',
'safari.cache', 'safari.cache',
'safari.history',
'seamonkey.cache', 'seamonkey.cache',
'seamonkey.download_history',
'seamonkey.history',
), ),
'System': ( 'System': (
'system.clipboard', 'system.clipboard',