That could simply be the cookies.txt file with no content whatsoever.
Firefox
/c/firefox
A place to discuss the news and latest developments on the open-source browser Firefox.
Rules
1. Adhere to the instance rules
2. Be kind to one another
3. Communicate in a civil manner
Reporting
If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.
Firefox stores cookies in a DB file called cookies.sqlite, i just cleared cookies on a fresh new Firefox profile and the file is 524.3kB. A text dump of the file has four lines of text that describe the structure of the cookie database and that's it. No actual content.
Sounds like it's localStorage. But I'd expect that to be covered by "site data" in that option.
It's a bit like cookies, but just for one site. Some think they can avoid cookie consent banners with localStorage.
Firefox has a page on the topic.
What is the data it's keeping? 25-100 bytes doesn't seem like there's anything actually there.
8 bytes is enough to store 18,446,744,073,709,551,616 (18 quintillion) different values, more than enough space for a fingerprint ID. The size of the data shouldn't factor into the potential threat.
Oh for sure, I just wonder if the size being the same on 2 of them is a result of Firefox storing some default data there on cleanup by accident.
Oh, I get it now! In my sleep deprived state I missed that two of them had the same size. That seems like a reasonable guess, I'm just paranoid about cookies :P
Except the actual content is very likely boilerplate stuff.
My point still stands. The size of data says nothing about its contents. If OP is concerned about this from a security or privacy perspective, you shouldn't be writing them off because it's only 100 bytes.