-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reword user-facing messages to say "passwordless" #485
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
name: "--user", | ||
description: ParameterDescriptions.User ); | ||
|
||
// allow no-sandbox argument for chromium to for passwordless auth with elevated permissions | ||
// allow no-sandbox argument for Chromium to for passwordless auth with elevated permissions | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This message seems a bit weirdly written? Probably should say something along the lines of how: we need to set explicitly acknowledge we have no sandboxing in elevated permissions by passing this flag There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ha, I was actually trying to fix this comment, that's why I touched "Chromium" here, but didn't end up completing the job. |
||
var bypassBrowserSecurityOption = new Option<bool>( | ||
name: "--experimental-bypass-browser-security", | ||
description: ParameterDescriptions.ExperimentalBypassBrowserSecurity ); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since #482, we check for elevated permission beforehand and short circuit the logic, so messages here are unnecessary