You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running a dialog with --webcontent using a website that requires login, the user session/account details are cached between instances of running dialog.
Re-run a new dialog, either with the same --webcontent or with a different URL - e.g.: --webcontent https://sheets.google.com
Dialog will launch with your account signed in.
Expected behavior
I would expect that the webview runs like an incognito/private browsing mode so that it doesn't cache credentials/user details when using --webcontent
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
macOS version 15.0 RC1
swiftDialog version 2.5.1.4775 and also 2.5.2.4777
Additional context
This also happens if I run a second dialog from a brand new terminal session.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running a dialog with
--webcontent
using a website that requires login, the user session/account details are cached between instances of running dialog.To Reproduce
Steps to reproduce the behavior:
dialog --title none --message none --icon none --ontop --webcontent https://mail.google.com
--webcontent
or with a different URL - e.g.:--webcontent https://sheets.google.com
Expected behavior
I would expect that the webview runs like an incognito/private browsing mode so that it doesn't cache credentials/user details when using
--webcontent
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
This also happens if I run a second dialog from a brand new terminal session.
The text was updated successfully, but these errors were encountered: