Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 1.24 KB

extensions.md

File metadata and controls

13 lines (10 loc) · 1.24 KB

Extensions

My biggest recommendation is to avoid extensions as much as you can.

Fingerprinting

Extensions do not/cannot guarantee 100% protection, due to revoked access to workers (which causes leakage). They may be vulnerable when ToString() is requested.

  • Jshelter - Defends against all types of Fingerprinting.
    • Do not use it for Brave and Ungoogled Chromium, because these browsers have their own fingerprinting protections and by using fingerprint defender extensions will override their protection which causes leakage (as mentioned above), security and performance issues.