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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
can you share details of what you are seeing being stored there? |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
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
.