Hello everyone! I saw that disabling JavaScript was good to prevent fingerprinting. However, something’s holding me up from doing so: since only a minority of the Internet users block it, won’t it make me more easy to identify?

Even if it’s harder to load trackers or fingerprinting scripts, what if one manage to load? Will the fact that I disabled JavaScript make me more “unique” ?

Thanks in advance for any help!

  • sun_is_ra@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    14 hours ago

    Firefox has few tricks to prevent finger printing

    1. There is a built in finger printing protection which helps a little bit but not perfect
    2. There is containers: Putting different websites into different containers isolate them from one another so for example opening a website selling toys in one container would prevent your facebook account that is running in different container from knowing about this fact.
    3. There is an extension called NoScript. This allow you to do what you want (block javascript) but since - as many others said - 99% of website won’t work without javascript, u could selectively allow certain javascript from certain domains while blocking others. By default all javascript are blocked but then u test enabling some to see what is the absolute minimum for certain website to work. NoScript remembers your selections so you only need to do it once per website.