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

    I love it in theory… but it just broke so many websites I needed to use. And not always in obvious ways.

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

    Then just put those sites on your trust list?

    You can go through all the sites the initial HTTP request calls out to and decide which ones get a pass. This is how I ensure sites like gstatic, googletagmanager, etc. don't collect data even though the rest of the site works.

    If that's too much, just open the flood gates for that site and trust everything there. At least it isn't just sending all your data out by DEFAULT.

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

    That still breaks a lot of sites. For example, Wikipedia gets broken if you click any link and then navigate back. NoScript is just crap. If you want to actually block scripts for something without breaking everything else, use DevTools.

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

    Yeah these days literally every website uses JavaScript in some format as modern reactive design is easier to do if you can execute client side code. Blocking JavaScript is a sledgehammer solution to the problem.

  • source
  • parent