• mack@lemmy.sdf.org
    link
    fedilink
    arrow-up
    10
    arrow-down
    2
    ·
    22 hours ago

    depends.

    if we’re talking about a personal website nobody will care. if you are a multibillion company and there’s the risk that literally anyone can create a 1:1 clone of your services… yeah that’s a bit of a trouble

        • Mr. Satan@lemmy.zip
          link
          fedilink
          arrow-up
          3
          ·
          5 hours ago

          That’s the thing, it’s not actually a security measure. Security through obscurity is not security. It can provide false security impression that is more harmful in my opinion.

          Having source maps can encourage proper security practices. Which, in my books, very much outweighs any security benefits of hiding them.

      • mack@lemmy.sdf.org
        link
        fedilink
        arrow-up
        4
        ·
        19 hours ago

        no it doesn’t, and I am very aware that if anything runs on someone’s computer then it can get replicated. but it gets slightly harder, also to reverse-engineer it or find potential fallacies. as well as source maps on prod are just a waste of bandwidth

        • Mr. Satan@lemmy.zip
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          17 hours ago

          Dunno, this “harder” argument while valid sounds just like false security. That’s why I don’t see much weight in it.

          As for bandwidth, source maps are not automatically pulled from server, so it also seems like a false issue to me.