whatthecommit icon indicating copy to clipboard operation
whatthecommit copied to clipboard

Use HTTP instead of HTTPS

Open FG-TUM opened this issue 3 years ago • 0 comments

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. ¯\_(ツ)_/¯

FG-TUM avatar Jul 20 '21 09:07 FG-TUM