ungoogled-software / ungoogled-chromium-android

Android build for ungoogled-chromium
GNU General Public License v3.0
495 stars 42 forks source link

Clear cookies on exit #111

Closed nandlab closed 2 years ago

nandlab commented 2 years ago

On previous ungoogled-chromium-android versions (e.g. 88.0.4324.182, the last one with extension support) you could enter the url chrome://settings/ and in Privacy and security -> Cookies and other site data you could enable Clear cookies and site data when you quit Chromium. I cannot see any option to clear cookies in version 96.0.4664.110. If I type chrome://settings/ it shows the error ERR_INVALID_URL. Was this feature removed in the official chromium for android or is there any other setting I miss out?

wchen342 commented 2 years ago

That option only exists on desktop versions of ungoogled-chromium. The extension version ported the desktop setting page as a by-product of extension support, that is why you can open chrome://settings/ on that version. Now without extension support that page is gone too. I can add a new switch under Privacy and security for this specific option.

nandlab commented 2 years ago

That would be awesome!

ltguillaume commented 2 years ago

That would be great indeed!

wchen342 commented 2 years ago

I just tested the desktop flag on Android, it actually doesn't work even if the flag is enabled. I think that shall also be the case in the extension version, can you please test it?

Edit: nvm, made it work.

wchen342 commented 2 years ago

Added in d00916d.