Actions
Bug #257
closedCookies are always cleared when incognito mode is enabled.
Start date:
03/02/2018
Due date:
% Done:
0%
Estimated time:
Description
Perhaps this should be the desired behavior in incognito mode, but currently it isn't intended.
Updated by Soren Stoutner over 6 years ago
- Status changed from New to Closed
The incognito mode commands have been updated to only delete the `Service Worker` subdirectory instead of the entire `app_webview` directory. This allows cookies to be saved when Incognito Mode is enabled. Users can control/delete cookies through the existing controls if they wish.
Fixed in commit https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=a3ecad2c6c41aae3888041585ee891c96f4131f8.
Actions