687
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 15 Jul 2023
687 points (98.4% liked)
Technology
68640 readers
2674 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
The connection to www.sugarglider.com is not secure You are seeing this warning because this site does not support HTTPS. Learn more
until just a few years ago many small sites were not https capable because globally trusted SSL/TLS certifcates were expensive and difficult to get. the amazing people at LetsEncrypt worked hard to fix this, however many ancient sites have not been updated to take advantage of easy https access.
the danger of visiting a http-only site is real (man-in-the-middle content injection and private information compromise), but likely not much more than actualy visiting the site wth https. an http-only site is possibly indicative of an unmaintained server and therefore a server that could be previously compromised and serving malicious content. of course, the same applies to an https server, but my guard is always up on an http only connection. obviously I would not pass sensitive information across an http-only connection.
use precautions (e.g. javascript off) when hitting random servers if you do decide to click links.