Skip to content

Change protocol on Imgur links from http to https #7580

Closed
BerkeleyTrue opened this Issue · 2 comments

2 participants

@BerkeleyTrue

Most images in the codebase are served from Imgur. We've recently switched to SSL and will need to change the protocols in these links to https.

for example https://github.com/FreeCodeCamp/FreeCodeCamp/blob/bf4ccab5868e3541c4be19dfcae668856be06747/server/views/certificate/front-end.jade#L3

http://i.imgur.com/ToFZKBd.jpg => https://i.imgur.com/ToFZKBd.jpg

@abhisekp
Free Code Camp member

It should be protocol independent links //i.imgur.com/ToFZKBd.jpg

@BerkeleyTrue

Sure that works too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.