This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Firefox Permanence? #20161
Answered
by
zoracon
bigblackplastic
asked this question in
Q&A
Firefox Permanence?
#20161
|
Hi, HTTPS Everywhere in Firefox writes to disk, even in private mode. Interactions with it constantly cause data to be written to storage-sync-v2.sqlite-wal. What exactly is being written here? |
Answered by
zoracon
Dec 20, 2021
Replies: 2 comments 1 reply
|
can you share details of what you are seeing being stored there? |
1 reply
|
For context, extensions can save data either in local storage that is limited to the current profile. Or sync storage, which is synchronized across your Firefox installations if you have Firefox Sync turned on. A .sqlite-wal extension means "write ahead log" file which the SQLite engine utilizes to write at a faster pace to recover data. You should be able to check extension storage and what it entails under |
0 replies
Answer selected by
zoracon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For context, extensions can save data either in local storage that is limited to the current profile. Or sync storage, which is synchronized across your Firefox installations if you have Firefox Sync turned on.
A .sqlite-wal extension means "write ahead log" file which the SQLite engine utilizes to write at a faster pace to recover data.
You should be able to check extension storage and what it entails under
about:devtools-toolbox?id=https-everywhere%40eff.org&type=extension.