This was sent out by Mozilla today via email, fighting the recent SREN bill proposed by France ✊

Here is the email;

img1 img2

  • BradleyUffner@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    2
    ·
    8 months ago

    How would you even go about enforcing this? Anyone with even basic skills can write a very simple web browser that just makes http requests and displays the output

    • DaPorkchop_@lemmy.ml
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      8 months ago

      Displaying raw HTML? Sure a fair number of people can pull that off. Actually rendering HTML+CSS with all their many features and a performant JS engine is many orders of magnitude more complex though, which is why there are basically only three browser engines (two if you count Chromium as a WebKit fork)

      • Rexios@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 months ago

        Chromium is open source. It would be trivial to build it yourself with the block list disabled.

        • DaPorkchop_@lemmy.ml
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 months ago

          Of course, but the original commentor’s claim was that writing a web browser is trivial, not that compiling an existing web browser with some minimal changes is trivial.

    • voxel
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      8 months ago

      does curl -G qualify as a web browser under this law

    • Tetsuo@jlai.lu
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      3
      ·
      8 months ago

      Anyone with even basic skills can write a very simple web browser that just makes http requests and displays the output

      No.

      99% of people can’t.

      Even downloading a special browser that doesn’t comply with the limitations would still be inaccessible to most users.

      If you think the average citizen can code a browser you are very mistaken.