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
When the user chooses a file in the "new array from CSV" block from the block menu's Array category, they are shown a security alert with the message: "Your potentially sensitive data will be uploaded to the server. Continue?"
This ideally should not happen every time a user clicks the "Choose File" button. It'd be nice to have a "Do not ask me again" checkbox in the alert that prevents it from being shown for the duration of the session.
The text was updated successfully, but these errors were encountered:
Is this a browser-controlled dialog? Because that might make it hard to get around. Or is it Watervear showing this using the confirm() function or something?
I don't think we can have a "don't ask me again" checkbox, then, unless we want to complicate things by creating our own dialog in the DOM. (I've actually done this for something unrelated to waterbear, but the nice thing about confirm() is that it's synchronous, so you can continue to do more stuff afterwards.)
When the user chooses a file in the "new array from CSV" block from the block menu's Array category, they are shown a security alert with the message: "Your potentially sensitive data will be uploaded to the server. Continue?"
This ideally should not happen every time a user clicks the "Choose File" button. It'd be nice to have a "Do not ask me again" checkbox in the alert that prevents it from being shown for the duration of the session.
The text was updated successfully, but these errors were encountered: