Conor Gilsenan
Conor Gilsenan
Apple [announced at WWDC 2020](https://developer.apple.com/videos/play/wwdc2020/10665/) that Safari will support WebExtensions! FINALLY!!!!! Get 2FA Notifier working on Safari.
Edge is chromium based, so should work out of the box. Check to ensure everything works as expected.
The extension loads the URL when the notification is clicked. This could be bad if s malicious url gets into the data set. Include checks in the data pipeline to...
There are many services that switch to using a subdomain after the user logs in. Example: * `dash.cloudflare.com` vs `www.cloudflare.com` * `ap.www.namecheap.com` vs `www.namecheap.com` 2FA Notifier does not correctly notify...
The 2FAN menu is weirdly shaped when the FF browser window is narrow. There is too much whitespace on the right hand side. Actually, the window looks even wider than...
Currently, it says Title: "example.com supports 2FA!" Body: "Check their website for info on how to enable it." We should update this to the more useful and playful language used...
The browser notification in Chrome has a 'close' button that allows the user to manually dismiss the notification before it times out and the browser hides it. In Firefox, there...
After someone says that they enabled 2fa on a site, ask them which method they enabled. Then, 2fan can record which methods of 2fa were available at the time they...
Identify existing URLs that redirect to some other domain. The data includes both a service name and a service URL. The URL should be the fully resolved domain where possible...
[dongleauth.info](https://www.dongleauth.info/) is a fork of twofactorauth.org that has more specific information about which sites support security keys, U2F, etc. Incorporate this data into 2FA Notifier.