From c0f9b3c1bc12f53f92e4b4effe1ebdd7b3bcabca Mon Sep 17 00:00:00 2001 From: z0ccc Date: Thu, 30 Sep 2021 21:31:32 -0400 Subject: [PATCH] Updated readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6db9a98..5d598f3 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,18 @@ 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. -### Tampering Issues +## Tampering Issues -#### Failed Navigator.prototype +### Failed Navigator.prototype ``` Navigator.prototype.[type] ``` -Returns value if the object was tampered with. Otherwise returns an error. +Returns value if the object was tampered with. +Otherwise returns an error. -#### Failed undefined properties +### Failed undefined properties ``` Object.getOwnPropertyDescriptor(navigator, [type]) @@ -34,7 +35,7 @@ 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 (\_\_\_) Value does not match the value found in the web worker [web workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers). The web worker value is in the brackets.