IMAGINARY / kiosk-browser

Hardened Web Browser with Kiosk-mode
Apache License 2.0
21 stars 2 forks source link

Persistent/Incognito mode does not work anymore #72

Open porst17 opened 1 year ago

porst17 commented 1 year ago

The --persistent=false mode does not work anymore. It used to pass the --incognito switch to the internal Chromium process, but it seems that it is not forwarded anymore. Maybe Electron introduced some sort of CLI switch filter? Electron offers a session API, which may be used to re-implement this feature in the future.