starttls-backend
starttls-backend copied to clipboard
STARTTLS Everywhere web backend and checker
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...
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.
Accept a "weeks" parameter that indicates when individuals want to move from testing to enforce periods. This will merge our current system of having two "testing" periods-- one invisible and...
- [ ] Plumbing for managing subscriptions - [ ] Actually sending the alerts
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...
Probably with Nginx! This would involve setting some headers in the app and then proposing an Nginx config to techops.
We store a database interface on the API, which includes all the methods of the SQL database. That interface is only ever satisfied in our code the the SQL database...