mirror of
https://github.com/semver/semver.git
synced 2026-03-11 00:12:22 -05:00
https? #125
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jprystowsky on GitHub (Mar 19, 2014).
Thanks for creating this! Just a note: It would be nice if the page at semver.org served over HTTPS.
Thanks.
@haacked commented on GitHub (Mar 19, 2014):
Mind logging an issue on that repo? https://github.com/mojombo/semver.org
@crazedsanity commented on GitHub (Mar 20, 2014):
Out of curiosity, what is the benefit of using HTTPS for a purely static website?
@bessarabov commented on GitHub (Mar 20, 2014):
@crazedsanity Every site should use https =)
https does 2 things:
@jprystowsky commented on GitHub (Mar 20, 2014):
@Haacked Duly created (mojombo/semver.org#86). Sorry, I didn't see that repo before.
@crazedsanity as @bessarabov said. On the face of it, semver doesn't expose any vulnerable data and so "doesn't need https;" but, https > http for the security of web users in general. (Thinking out loud about the NSA revelations, etc.) I try to encourage security by default when I see the opportunity.
@rlidwka commented on GitHub (Mar 20, 2014):
Not really.
http://files.cloudprivacy.net/ssl-mitm.pdf
@jprystowsky commented on GitHub (Mar 20, 2014):
@rlidwka True, but, it's better than nothing. If TLS were the norm then it would become at least more costly and difficult to perform most attacks.