Most of us are Reddit refugees, and probably clicking more random links than we ever did before on websites we've never seen before. This whole experience feels like the old internet, but also throws up insane red flags with a modern internet perspective. What are the cybersecurity weaknesses we should all be looking for, and what are the best practices?

Here's my reason for posting this. As I search for new communities across instances to follow, I sometimes end up clicking a link and I'm no longer logged in. In the corner, that could be a Sign In link or it could be phishing. It's likely due to me not understanding how to properly navigate this system, but there's nothing stopping someone from setting up a sight like this as far as I know.

Thoughts?

you are viewing a single comment's thread
view the rest of the comments
[–] 53 points 3 years ago (24 children)

If you're navigating to another community on their instance, you won't be logged in. When you're seeing that, check the URL. If you're on lemmy.ml, you're still on your instance; if not, you've navigated to that instance.

There's multiple ways to structure links, some of which will take you to that community via your instance, some not.

Could it be phishing? Sure. But far more likely, you're just on another instance where you don't have an account (or at least an active login).

  • source
  • hideshow 24 child comments
  • [–] 12 points 3 years ago (22 children)

    Do you mind giving a short explainer of proper link formatting? I was struggling with this just a little bit ago

  • source
  • parent
  • hideshow 22 child comments
  • [–] 20 points 3 years ago* (18 children)

    If you link directly to the full URL (including the instance), you'll take anyone who clicks it to that instance, and they won't be logged in. This is usually not what you want. Example: https://pawb.social/c/tech - This link will take you to my instance.

    If you remove the instance URL, and just leave /c/communityname@instance - for example, /c/tech@pawb.social - the link will still take you to the community, but you'll still be on your instance. This is usually desirable.

    Basically, instance -> community = link to that instance. Community -> instance = link to the community in whatever instance the user clicks it in.

    You can also use ! instead of /c/ - I think this might work better for Kbin users (since they use /m/ instead of /c/ - can't verify this). In that case, it'd be: !tech@pawb.social

  • source
  • parent
  • hideshow 18 child comments
  • [–] 21 points 3 years ago* (last edited 3 years ago) (9 children)

    I won't get tired of posting this everywhere it applies :D

    I made this userscript, which rewrites all links everywhere (not only on Lemmy) to always point to your home instance. So the link in your comment actually looks like this to me:

    i.e. even though you tried to link to your instance, my script rewrote your link back to my instance so it's working fine :D

    But of course I can still hover over the icon to see how your link originally looked:

  • source
  • parent
  • hideshow 9 child comments
  • [–] 5 points 3 years ago

    Would be nice if third party apps implemented that functionality.

    Or if there were bots that automatically identify those external links and reply to them with a link to the community/post in other popular instances.

  • source
  • parent
  • [–] [S] 3 points 3 years ago (5 children)

    This is great, and would make for a super useful Firefox extension.

  • source
  • parent
  • hideshow 5 child comments
  • [–] 2 points 3 years ago (4 children)

    Why would or should this be a Firefox extension when it already runs perfectly well on Firefox?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 3 years ago (1 child)

    I'm curious, is there an advantage of running a script over an add-on? Like is it faster or takes less resources? Or did you just happen to code it like that? Not complaining though, it's been working great for me so far.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 3 points 3 years ago

    The advantage is I don't have to learn how to build an addon. It just runs code which I already can write. There's also the advantage that any browser can run JavaScript. Idk if any browser can run Firefox (or whatever) extensions.

  • source
  • parent
  • [–] 5 points 3 years ago* (last edited 3 years ago) (2 children)

    Thanks for the explainer! Doing some testing cause your example didn’t hyperlink on Memmy

    c/tech@pawb.social /c/tech@pawb.social !c/tech@pawb.social !tech@pawb.social test text /c/tech@pawb.social /c/Lemmy@lemmy.ml

    Weird. Not sure when your example didn’t link, because it did in my comment ¯\(ツ)

    Edit: I'm back on browser. Everything that hyperlinked works properly. It's a Memmy issue

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 3 years ago* (last edited 3 years ago) (1 child)

    Okay I learned a few things, though they may be specific to Memmy.

    1. The /c/community@instance works, and opens the links in the app, rather than browser
    2. If you have text in front of your link, it doesn’t work. Might be a Memmy issue.
    3. I need to test, but I think #2 is responsible for the Null errors I’ve been getting when text is hyperlinked.

    Text testing #3 - confirmed, this returns the Null error.

    Now without prior text

    test - this also didn’t work

    test! - using a link beginning with ! Also didn’t work. Hmm.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 1 point 3 years ago (1 child)

    Is there a similar way to handle linking to specific posts? I think all post urls are unique to that specific instance and I haven't seen any way to do a translation between instances.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 1 point 3 years ago (2 children)

    So just out of curiosity, since you’re the first person I’ve seen actually point out optimal linking with the ! Symbol, I have to ask how you pronounce it. For me, ! will always be “bang”, so I’m just curious what the pronunciation is.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 3 years ago (1 child)

    I use "Bang", too, if I'm trying to verbally say it, though... that very rarely comes up. If I'm reading it, I don't internally "pronounce" the symbol at all. If it was verbal, though, the above link would be bang tech at pawb dot social.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 1 point 3 years ago

    Thanks! That’s interesting. On Reddit I would internally ignore r/{sub} and I’d pronounce it in my head and out loud as sub. I think I’m just conditioned to be cognizant of !

    I suspect that the c/ notation will become more popular if we see a massive influx of Reddit users, and I’ve heard one of the instances (I think lemmy.world) doesn’t like the bang notation so that may also cause issues. Although if kbin uses m/ instead of c/ maybe will stay more popular. I’ve seen both but !community@instance seems most frequent.

  • source
  • parent
  • [–] 11 points 3 years ago* (1 child)

    As far as I know, there are a few different link formats, and how well they work depends on which frontend you're using:

    EDIT: At least using the web app, the first link is relative, and the others are not. So I think the correct format would be /c/<community>@<instance> for communities outside your instance.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 1 point 3 years ago

    The formatting !community@instance should let a user click through but still be logged in on their own instance, so that you can still read posts, vote and comment. If that doesn't work, you can try entering that same thing into your instance search bar, or in your browser enter https://your instance/c/community@theirinstance

    It should all get a lot smoother as this platform is developed!

    I haven't tried linking to a specific post on another instance, so I'm not sure of that formatting hmm

  • source
  • parent
  • [–] [S] 3 points 3 years ago

    Like I said... Most likely legit, but these issues will arise. This whole Fediverse thing feels like the first big thing to happen for whatever comes next. Which is great, but it would be foolish to think scammers, with modern tools wont try to exploit it. We all have some internet hygiene to figure out.

  • source
  • parent