George
George
If a server presents secure ciphers it shouldn't matter if the client has choice over which one to use, this could bring performance benefits for clients using ChaCha if they...
Currently if you input some bad data into a form with parsley validation and refresh the page, the bad data is not outlined:  This PR rechecks parsley validation on...
This PR adds Pwned Password checking on login and registration. On registration if a password is in Pwned Passwords we block registration with that password. On login if a password...
Can we add the [Codecov app](https://about.codecov.io/for/open-source/) for easy comparison of code coverage changes in PRs? Currently we'd have to download the artifact generated in GitHub Actions and compare it manually.
HSTS should be preloaded https://hstspreload.org/?domain=isbgpsafeyet.com
Currently we have a lot of unsafe tags for ASes that only sign routes however Liberty Global & Amazon both have partially safe tags, should these be migrated to unsafe?
Similarly to the Latest updates section, I think there should be a Latest BGP leaks section to show how many leaks could have been prevented.
Closes #121 - Stores `apiUrl` and `apiKey` in local storage instead of sync storage. We use a separate `TYPES` variable for this instead of making `SETTINGS` an object for ease...
I've noticed that when using an anyone status, word wrapping is enabled (at the end of the line, the middle of words being broken with a hyphen and a new...
I think false positives like those reported in #356 (and probably some false negatives as well) are prevalent across multiple lints and one way to solve them would be to...