Actions
Feature #5
openFine grained cookie management
Start date:
03/02/2016
Due date:
% Done:
0%
Estimated time:
Description
Create an interface to view and manage cookies.
Updated by Soren Stoutner about 7 years ago
- Subject changed from Fine graned cookie management to Fine grained cookie management
Updated by Soren Stoutner over 6 years ago
This will also allow for the deletion of only cookies from one domain if desired.
Updated by Soren Stoutner over 6 years ago
There actually is a way to retrieve all cookies without using a custom WebView.
https://developer.android.com/reference/java/net/CookieStore.html#getCookies()
The plan is to implement fine-graned cookie settings in 3.x after tabs.
Updated by Soren Stoutner almost 5 years ago
- Priority changed from 4.x to 3.x
I am going to look into this and see if it is possible with Android's default WebView. If it isn't we can do it in the 4.x series with the release of Privacy WebView.
Actions