Description
src/data/community-meetups.json lists the CryptoSD meetup with an insecure http:// URL:
{
"title": "CryptoSD",
"location": "San Diego, USA",
"link": "http://cryptosandiego.org"
}
Most external links in site data use HTTPS when available. Keeping this as HTTP can trigger mixed-security warnings and sends users through an insecure first hop.
Suggested fix
Check whether https://cryptosandiego.org is available and update the meetup link to HTTPS if it works. If the domain has moved, update the entry to the current canonical meetup/community URL.
File
src/data/community-meetups.json
Description
src/data/community-meetups.jsonlists the CryptoSD meetup with an insecurehttp://URL:{ "title": "CryptoSD", "location": "San Diego, USA", "link": "http://cryptosandiego.org" }Most external links in site data use HTTPS when available. Keeping this as HTTP can trigger mixed-security warnings and sends users through an insecure first hop.
Suggested fix
Check whether
https://cryptosandiego.orgis available and update the meetup link to HTTPS if it works. If the domain has moved, update the entry to the current canonical meetup/community URL.File
src/data/community-meetups.json