File: librewolf.xml

package info (click to toggle)
bleachbit 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,916 kB
  • sloc: python: 15,623; xml: 3,218; makefile: 232; sh: 9
file content (159 lines) | stat: -rw-r--r-- 8,032 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<?xml version="1.0" encoding="UTF-8"?>
<!--

    BleachBit
    Copyright (C) 2008-2021 Andrew Ziem
    https://www.bleachbit.org

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.


-->
<cleaner id="librewolf">
  <label>librewolf</label>
  <description>Web browser</description>
  <running type="exe" os="unix">librewolf</running>
  <running type="exe" os="unix">librewolf-bin</running>
  <running type="pathname">~/.librewolf/*.default/lock</running>
  <running type="pathname">~/.librewolf/*.default/lock</running>
  <var name="base">
    <value os="windows">%AppData%\Librewolf</value>
    <value os="linux">~/.librewolf</value>
    <value os="freebsd">~/.librewolf</value>
    <value os="openbsd">~/.librewolf</value>
  </var>
  <var name="profile">
    <value search="glob" os="windows">%AppData%\Librewolf\Profiles\*</value>
    <value search="glob" os="linux">~/.librewolf/*</value>
    <value search="glob" os="freebsd">~/.librewolf/*</value>
    <value search="glob" os="openbsd">~/.librewolf/*</value>
  </var>
  <option id="backup">
    <label>Backup files</label>
    <description>Delete the backup files</description>
    <action command="delete" search="glob" path="$$profile$$/bookmarkbackups/*.json"/>
    <action command="delete" search="glob" path="$$profile$$/bookmarkbackups/*.jsonlz4"/>
  </option>
  <option id="cache">
    <label>Cache</label>
    <description>Delete the cache</description>
    <!--
This Linux path is whitelisted under the System - Cache cleaner, so it is not
redundant. Also, this Linux path contains the cache2 and OfflineCache directories.
-->
    <action command="delete" search="walk.all" path="~/.cache/librewolf/"/>
    <action command="delete" search="walk.all" path="%LocalAppData%\Librewolf\Profiles\*\cache2"/>
    <action command="delete" search="walk.all" path="%LocalAppData%\Librewolf\Profiles\*\jumpListCache"/>
    <action command="delete" search="walk.all" path="%LocalAppData%\LibrewolfProfiles\*\OfflineCache"/>
    <!--
This file no longer exists in Firefox <=62

Necko Predictive Network Actions
https://wiki.mozilla.org/Privacy/Reviews/Necko
-->
    <action command="delete" search="file" path="$$profile$$/netpredictions.sqlite"/>
  </option>
  <option id="cookies">
    <label>Cookies</label>
    <description>Delete cookies, which contain information such as web site preferences, authentication, and tracking identification</description>
    <action command="delete" search="file" path="$$profile$$/cookies.txt"/>
    <action command="delete" search="file" path="$$profile$$/cookies.sqlite"/>
    <action command="delete" search="file" path="$$profile$$/cookies.sqlite-shm"/>
    <action command="delete" search="file" path="$$profile$$/cookies.sqlite-wal"/>
    <!-- this deletes contents of the http directories -->
    <!-- this deletes the http directories -->
    <action command="delete" search="walk.all" path="$$profile$$/storage/default/http*"/>
    <action command="delete" search="glob" path="$$profile$$/storage/default/http*"/>
  </option>
  <option id="crash_reports">
    <label>Crash reports</label>
    <description>Delete the files</description>
    <action command="delete" search="walk.all" path="$$base$$/Crash Reports/"/>
    <action command="delete" search="glob" path="$$profile$$/minidumps/*.dmp"/>
  </option>
  <option id="dom">
    <label translators="DOM=Document Object Model">DOM Storage</label>
    <description>Delete HTML5 cookies</description>
    <action command="delete" search="file" path="$$profile$$/webappsstore.sqlite"/>
  </option>
  <option id="forms">
    <label>Form history</label>
    <description>A history of forms entered in web sites and in the Search bar</description>
    <action command="delete" search="file" path="$$profile$$/formhistory.dat"/>
    <action command="delete" search="file" path="$$profile$$/formhistory.sqlite"/>
  </option>
  <option id="passwords">
    <label>Passwords</label>
    <description>A database of usernames and passwords as well as a list of sites that should not store passwords</description>
    <warning>This option will delete your saved passwords.</warning>
    <!-- http://kb.mozillazine.org/Password_Manager -->
    <action command="delete" search="file" path="$$profile$$/signons.txt"/>
    <action command="delete" search="file" path="$$profile$$/signons2.txt"/>
    <action command="delete" search="file" path="$$profile$$/signons3.txt"/>
    <action command="delete" search="file" path="$$profile$$/signons.sqlite"/>
    <action command="delete" search="file" path="$$profile$$/logins.json"/>
  </option>
  <option id="session_restore">
    <label>Session restore</label>
    <description>Loads the initial session after the browser closes or crashes</description>
    <!--
example names
sessionstore.js
sessionstore.jsonlz4
sessionstore.bak
sessionstore.bak-20140715214327
sessionstore-1.js
upgrade.jsonlz4-20180905220717
sessionCheckpoints.json
sessionstore-backups/recovery.bak
sessionstore-backups/recovery.baklz4
sessionstore-backups/recovery.js
sessionstore-backups/recovery.jsonlz4
-->
    <action command="delete" search="file" path="$$profile$$/sessionCheckpoints.json"/>
    <action command="delete" search="glob" path="$$profile$$/sessionstore*.js*"/>
    <action command="delete" search="glob" path="$$profile$$/sessionstore.bak*"/>
    <action command="delete" search="glob" path="$$profile$$/sessionstore-backups/previous.js*"/>
    <action command="delete" search="glob" path="$$profile$$/sessionstore-backups/recovery.js*"/>
    <action command="delete" search="glob" path="$$profile$$/sessionstore-backups/recovery.bak*"/>
    <action command="delete" search="file" path="$$profile$$/sessionstore-backups/previous.bak"/>
    <action command="delete" search="glob" path="$$profile$$/sessionstore-backups/upgrade.js*-20*"/>
  </option>
  <option id="site_preferences">
    <label>Site preferences</label>
    <description>Settings for individual sites</description>
    <action command="delete" search="file" path="$$profile$$/content-prefs.sqlite"/>
  </option>
  <option id="url_history">
    <label>URL history</label>
    <description>List of visited web pages</description>
    <action command="delete" search="file" path="$$profile$$/SiteSecurityServiceState.txt"/>
    <action command="delete" search="walk.all" path="%LocalAppData%\librewolf\Profiles\*\thumbnails"/>
    <!-- Firefox versions 1 and 2 -->
    <action command="delete" search="file" path="$$profile$$/history.dat"/>
    <action command="delete" search="file" path="$$profile$$/downloads.rdf"/>
    <!-- Firefox 3 introduced downloads.sqlite and places.sqlite -->
    <action command="delete" search="file" path="$$profile$$/downloads.sqlite"/>
    <action command="mozilla.url.history" search="file" path="$$profile$$/places.sqlite"/>
    <!-- Firefox 78 (or probably some previous version) moved icons from places.sqlite to favicons.sqlite -->
    <action command="mozilla.favicons" search="file" path="$$profile$$/favicons.sqlite"/>
    <!-- Firefox 108 has alternative services with visited domains -->
    <action command="delete" search="file" path="$$profile$$/AlternateServices.txt"/>
  </option>
  <option id="vacuum">
    <label>Vacuum</label>
    <description>Clean database fragmentation to reduce space and improve speed without removing any data</description>
    <action command="sqlite.vacuum" search="glob" path="$$profile$$/*.sqlite"/>
  </option>
</cleaner>