Separate cookies from site data
Categories
(Toolkit :: Data Sanitization, enhancement)
Tracking
()
People
(Reporter: avidseeker, Unassigned)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
|
11.93 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
Many messaging services save hundreds of megabytes as caches messages and media. The user intent to add the site to "cookie exceptions" might be to only save credentials but not cached media.
Here's an example: . User cannot remove cached media without removing saved credentials.
| Reporter | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Audio/Video: Playback' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
From a privacy perspective we should not separate cookies, storages and even caches. They can all be used to store data and thus should all be either cleared or kept.
If you want to clear data for non privacy reasons, cookies & storage should still be grouped since otherwise it may break website state for sites that don't expect partial clearing. Caches seem safe to clear separately, but we currently don't have an exception mechanism just for caches and building that isn't trivial.
Comment 4•3 years ago
|
||
Kershaw, since this is not specifically about cookies, but also storages and cache I'm moving it to Data Sanitization. Feel free to move it back if you disagree!
Comment 5•3 years ago
|
||
The product::component has been changed since the backlog priority was decided, so we're resetting it.
For more information, please visit BugBot documentation.
Description
•