cross-posted from: https://lemmy.world/post/31859998

Please see the cross-post as it is updated.

As a security-conscious user, I’ve used NoScript since Firefox’s early days, but its restrictive nature has become frustrating. I’m often forced to go unprotected just to access websites with multiple scripts running on different domains, which defeats the purpose of using NoScript and balances security and usability that it once provided.

Is there a way to block browser JavaScript from executing commands that retrieve sensitive information from my local machine, while still allowing JavaScript that is only used for rendering web pages?

greatly appreciate any insight

cross-posted from: https://lemmy.world/post/31859998

Please see the cross-post as it is updated.

  • @[email protected]
    link
    fedilink
    4
    edit-2
    3 hours ago

    I wish tools like ad-block would allow everything to download in the background but just block things like ads from rendering. That would prevent ad block detectors from knowing they are being blocked,

    • @[email protected]
      link
      fedilink
      English
      71 day ago

      That defeats the privacy and bandwidth reasons you’d want to use uBlock but that’s close to the operating idea of AdNauseam.

        • @[email protected]
          link
          fedilink
          English
          3
          edit-2
          24 hours ago

          Usual tracking and fingerprinting issues. Would need to sandbox it to make it secure, but that then makes the fake traffic easier to identify. Not worth it in the end.

          • @[email protected]OP
            link
            fedilink
            024 hours ago

            I’m still bit confused. How rendering could result in fingerprinting? If canvas and other fingerprinting is disabled of course. how is ad render different from rendering other element on a webpage