Update README.md
This commit is contained in:
parent
edb6174055
commit
029d456dde
1 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@ Vytal can mock your timezone, locale, geolocation and user agent. This data can
|
|||
|
||||
Vytal is utilizes the chrome.debugger API to mock this data. This allows the data to be changed in frames, web workers and during the initial loading of a website. It also makes the spoofing completely undetectable.
|
||||
|
||||
Most extensions that provide anti-fingerprinting features rely on content scripts to inject script tags into webpages. Code injected with this method is used to spoof data points. There are many limitations to script tag injection method which you can read about here: https://palant.info/2020/12/10/how-anti-fingerprinting-extensions-tend-to-make-fingerprinting-easier/
|
||||
Most extensions that provide anti-fingerprinting features rely on content scripts to inject script tags into webpages. There are many limitations to script tag injection method which you can read about here: https://palant.info/2020/12/10/how-anti-fingerprinting-extensions-tend-to-make-fingerprinting-easier/
|
||||
|
||||
The chrome.debugger API allows data points to be spoofed without the limitations of script tag injection's.
|
||||
The chrome.debugger API can spoof data points without the limitations of script tag injection's.
|
||||
|
||||
You can test and compare Vytal and other extensions on https://vytal.io
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue