abrahamjuliot / creepjs

Creepy device and browser fingerprinting
MIT License
1.5k stars 191 forks source link

Doubst about the WorkerNavigator #244

Open AsaphF opened 1 year ago

AsaphF commented 1 year ago

Abraham, everything ok ?

I have managed to randomize the navigator object, but some properties of the WorkerNavigator remains the same. Do you have any suggestions of how to randomize that ?

abrahamjuliot commented 1 year ago

Hey, I'm enjoying the lively weather and coffee. It's just perfect.

I've not experimented with patching the WorkerNavigator. I've heard it is possible using Chrome DevTools Protocol. There is a tracker issue here.

https://bugs.chromium.org/p/chromium/issues/detail?id=1162071&q=creepjs&can=2

AsaphF commented 1 year ago

Happy to know tha you are fine.

Thank about the tip, i wil check it out

kaliiiiiiiiii commented 10 months ago

Even with CDP, this is hard to achieve. Posssible approach is using Target-interception.