Actions
Feature #245
openAdd the ability to keep cookies linked to domain setting when exiting
Start date:
01/31/2018
Due date:
% Done:
0%
Estimated time:
Description
I have a few websites with domain settings configured to allow cookies.
I sometimes use cookies on other websites.
When selecting "Clear and Exit" I would like the ability to delete all cookies except those affiliated with domain settings.
Updated by Soren Stoutner almost 7 years ago
- Assignee set to Soren Stoutner
- Priority changed from 2 to 4.x
That is a good idea.
WebView's cookie manager does not have the ability to delete some cookies and not others.
https://developer.android.com/reference/android/webkit/CookieManager.html
However, with the release of Privacy WebView in the 4.x series, it will be possible to add this functionality.
Updated by Soren Stoutner almost 5 years ago
The plan is to have an option in domain settings that will allow the user to select if cookies from that domain should be saved.
Actions