Updated readme
This commit is contained in:
parent
c0f9b3c1bc
commit
0c97c210de
1 changed files with 3 additions and 12 deletions
15
README.md
15
README.md
|
|
@ -16,24 +16,15 @@ The data used to create device fingerprints can be spoofed or tampered with to o
|
||||||
|
|
||||||
If data tampering is detected then a red circle with an ‘x’ will be displayed next to the data value. If the legitimate value cannot be identified the data will be discarded and not used in creating the fingerprint. Clicking on the table row of the tampered value will bring up a dialog box showing the detected issues.
|
If data tampering is detected then a red circle with an ‘x’ will be displayed next to the data value. If the legitimate value cannot be identified the data will be discarded and not used in creating the fingerprint. Clicking on the table row of the tampered value will bring up a dialog box showing the detected issues.
|
||||||
|
|
||||||
## Tampering Issues
|
## Types of Tampering
|
||||||
|
|
||||||
### Failed Navigator.prototype
|
### Failed Navigator.prototype
|
||||||
|
|
||||||
```
|
`Navigator.prototype.[type]` returns value if the data object was tampered with. Otherwise returns an error.
|
||||||
Navigator.prototype.[type]
|
|
||||||
```
|
|
||||||
|
|
||||||
Returns value if the object was tampered with.
|
|
||||||
Otherwise returns an error.
|
|
||||||
|
|
||||||
### Failed undefined properties
|
### Failed undefined properties
|
||||||
|
|
||||||
```
|
`Object.getOwnPropertyDescriptor(navigator, [type])` returns an object if the data object was tampered with. Otherwise returns ‘undefined’.
|
||||||
Object.getOwnPropertyDescriptor(navigator, [type])
|
|
||||||
```
|
|
||||||
|
|
||||||
Returns an object if the object was tampered with. Otherwise returns ‘undefined’.
|
|
||||||
|
|
||||||
### Did not match web worker (\_\_\_)
|
### Did not match web worker (\_\_\_)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue