Skip to content

Commit

Permalink
correct READ me typos
Browse files Browse the repository at this point in the history
  • Loading branch information
noble-8 committed Apr 8, 2023
1 parent 50cf6a2 commit 84b01c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

# Browser Finger print spoofing

[Browser finger printing](https://en.wikipedia.org/wiki/Device_fingerprint) refers to the practice of collecting information about a user's web browser and using it to create a unique digital profile that can be used to track the user's online activities across different websites. This can include information about the user's device, operating system, browser version, installed plugins, screen resolution, and more.
[Browser fingerprinting](https://en.wikipedia.org/wiki/Device_fingerprint) refers to the practice of collecting information about a user's web browser and using it to create a unique digital profile that can be used to track the user's online activities across different websites. This can include information about the user's device, operating system, browser version, installed plugins, screen resolution, and more.
We want to safeguard the user against this profiling. here is a Chrome extension that anonymizes the user.


We want to safegaurd the user against this profiling.
here is a chrome extension that anonymoizes the user.
- It can spoof the navigator values.
- It can protect againt Canvas fingerprinting
- It can protect against Canvas fingerprinting
- It can spoof the User Agent to a random device
- Block Images
- Block Javascript from running on pages
Expand Down

0 comments on commit 84b01c8

Please sign in to comment.