Hidden SSIDs |
|||||||
Issue descriptionUnderstand how hidden SSIDs work in Chrome OS. Are they broadcasted? If yes, we probably should change something, either stop broadcasting or at least show a scary warning to users. Reference: https://apple.stackexchange.com/questions/244171/ios-10-warning-using-a-hidden-network-can-expose-personally-identifiable-inform
,
Nov 9
Windows apparently shows a privacy warning: https://www.howtogeek.com/howto/28653/debunking-myths-is-hiding-your-wireless-ssid-really-more-secure/
,
Nov 14
,
Jan 7
I just tested this: 1. Create a hidden SSID 2. Connect Chromebook to hidden SSID 3. Disable and re-enable wifi on Chromebook --> Chromebook auto-connects to hidden SSID Afaiu this is only possibly by broadcasting the hidden SSID. I can see the following options for moving forward: a) disable auto-connecting to hidden SSIDs (with enterprise policy to add it back) b) show a scary warning when auto-connecting to hidden SSIDs is enabled: b1) allow users to choose whether they would like to auto-connect as part of the "Join other ..." flow and show a warning both in "Join other" and Settings when auto-connecting is enabled b2) disable auto-connecting by default and allow users to opt into auto-connecting from Settings and show the the warning only there
,
Jan 8
Steven, do you have thoughts about what would be the best UI here? I assume a) is infeasible because sometimes users just don't have control of the wifi setup and they need to work with what's available?
,
Jan 8
This should probably have a better description. +derat@ and kirtika@ who may have a better informed opinion here. b1) seems reasonable to me. Requiring a separate step to enable auto connect seems pretty high friction, and forbidding it entirely for non enterprise users seems pretty extreme (and would likely impact a lot of users). As noted, this will require UX input and a feature effort.
,
Jan 9
I don't know anything about this beyond what's written here (and in the linked documents), but b1) sounds reasonable to me too.
,
Jan 15
,
Today
(14 hours ago)
It seems that we have consensus on the changes [1] that we should make. Assigning to Melissa for the actual implementation. [1] https://docs.google.com/document/d/1aDZHyDlaGPYZhVS7jO61TscTyC9n19_mF295fsrz4rY/edit
,
Today
(14 hours ago)
The HTML for the dialog contents is here: https://cs.chromium.org/chromium/src/ui/webui/resources/cr_components/chromeos/network/network_config.html Hosted by this HTML: https://cs.chromium.org/chromium/src/chrome/browser/resources/chromeos/internet_config_dialog/internet_config_dialog.html You should just be able to just add the checkbox and messaging then modify the condition here to set 'AutoConnect' to true: https://cs.chromium.org/chromium/src/ui/webui/resources/cr_components/chromeos/network/network_config.js?g=0&l=398 |
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by tna...@google.com
, Nov 9Status: Assigned (was: Untriaged)