Conor Gilsenan

Results 39 issues of 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.

enhancement
good first issue
Safari

Edge is chromium based, so should work out of the box. Check to ensure everything works as expected.

enhancement
good first issue

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...

data
security

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...

enhancement
data
Idea / Request for Comment

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...

bug
FireFox

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...

enhancement

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...

bug
FireFox

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...

enhancement
Idea / Request for Comment

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...

enhancement
data

[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.

data