• Possibly linuxOP
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    2 months ago

    JavaScript that’s under a proprietary license (code that doesn’t give you the 4 freedoms)

    • lemmyvore@feddit.nl
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 months ago

      What I don’t understand is how they can tell. There’s no mechanism (that I’m aware of) for signalling the licensing of deployed (minified!) JS code. The development code has licensing and versioning and so on but none of that makes it into production. As far as the client is concerned it’s all proprietary.

      • Possibly linuxOP
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 months ago

        Technically that is what LibreJS is for. However, beyond LibreJS you can look at the code and see if it is similar to existing JavaScript frontends or libraries.

        It is a imperfect solution but it is better than just arbitrarily running programs in your browser or disabling JavaScript completely.