conorgil / 2fa-notifier

2FA Notifier is a web extension that notifies users whether or not the sites they visit support two factor authentication (2FA).
https://2fanotifier.org
MIT License
41 stars 7 forks source link

Create an option to show a neutral message for sites without a login #79

Open ravenac95 opened 6 years ago

ravenac95 commented 6 years ago

It's kinda sad to come to 2fanotifier.org and see that it doesn't have 2FA for itself, but it doesn't quite make sense because that website doesn't have any login. Perhaps there is a way to make it so some known sites without login don't have negative messaging.

Obviously, this isn't a high priority 😛

conorgil commented 6 years ago

Interesting idea. It would be neat to show a "not applicable" state or something like that, but maintaining the data for that would be a real pain.

Maybe there is a heuristic that can substitute. Like, if the page literally does not have any forms of any kind, then have the icon be in the "not applicable" state.

Thoughts?