whatthecommit
whatthecommit copied to clipboard
Use HTTP instead of HTTPS
Problem
whatthecommit.com does not support https (anymore?). All links of the form https://whatthecommit.com return ERR_SSL_UNRECOGNIZED_NAME_ALERT
, aka just do not work.
Solution
sed -i 's|https://whatthecommit|http://whatthecommit|g' *
Alternative
Hope whatthecommit supports https. But for a "tool" like this this seems to be not a real priority. I guess, this "fix" makes #5 even more relevant if valid. However, since executing random code from the internet is insecure in the first place I think it's not really making it more dangerous than it already is. ¯\_(ツ)_/¯