Vivian Brown

Results 59 issues of Vivian Brown

certbot.eff.org/all-instructions was originally created to support users without javascript. As part of #261 I'm making the main instruction widget at certbot.eff.org support no-js users, so that page is no longer...

question

That would be cool! Would need some more data from the server.

enhancement

Users should be able to build the image locally, tag that image, and then pass the tag to the `start-image` script.

Sentry builds their checker for Alpine in their Dockerfile. This PR copies the build out of their Dockerfile into ours. The rest of the Sentry integration can go into the...

Instead of including the string "Warning: You're still in testing mode", for example, we should let `warnings` be a key under messages. (This was a suggestion from another potential of...

api

Scandata feels a bit deeply nested in the scan response, since it's already under the `response` key. I think we could make `Data` an anonymous field on the `Scan` model.

api

From the tls package docs: ``` // MinVersion contains the minimum SSL/TLS version that is acceptable. // If zero, then TLS 1.0 is taken as the minimum. ``` By my...