privacy-cat icon indicating copy to clipboard operation
privacy-cat copied to clipboard

Cat like security against browser and device fingerprinting

Results 5 privacy-cat issues
Sort by recently updated
recently updated
newest added

Spoofing these APIs will require spoofing all relevant Client Hint headers and Client Hint navigator APIs. Option 1: Spoof and update on each version release Otption 1A: Limit spoof to...

invalid

```javascript // Object Value Properties: Object.getOwnPropertyDescriptor(Navigator.prototype, "userAgent").get.toString() Object.getOwnPropertyDescriptors(Navigator.prototype)['userAgent'].get.toString() Navigator.prototype.__lookupGetter__('userAgent').toString() // Each should return "function get userAgent() { [native code] }" (Chrome) // or "function userAgent() {\n [native code]\n}" (Friefox) Navigator.prototype.userAgent...

invalid

https://developer.chrome.com/extensions/manifest/incognito

https://vectr.com/ https://developer.chrome.com/extensions/manifest/icons