Skip to content

Navigation Menu

Sign in
Sign up
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
Discussion options

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?

You must be logged in to vote

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.

Replies: 2 comments 1 reply

Comment options

can you share details of what you are seeing being stored there?

You must be logged in to vote
1 reply
Comment options

No. If I could I wouldn't have asked about it here.

The data is saved to a .sqlite-wal file, which I cannot read. Normally I would simply read the main .sqlite database once it has been updated, but this never happens here: the .sqlite-wal file is never deleted, and the main database is never updated. Hence, I cannot see what is being written to disk.

Comment options

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.

You must be logged in to vote
0 replies
Answer selected by zoracon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /