fakebrowser icon indicating copy to clipboard operation
fakebrowser copied to clipboard

catch lies [ too much recursion error ]

Open serzz1990 opened this issue 3 years ago • 6 comments

my config is 1 in 1 with: https://github.com/kkoooqq/fakebrowser#-demo1-quick-start

open: https://abrahamjuliot.github.io/creepjs/

catch lies:

  • failed at too much recursion error
  • failed at too much recursion proto error
  • failed at chain cycle proto error
  • failed at reflect set proto
  • failed at instanceof check error

serzz1990 avatar Feb 14 '22 22:02 serzz1990

in the incogniton browser I did not find such problems. https://incogniton.com/ I opened the source code, and there goes the usual replacement through Object.defineProperty without Proxy.

serzz1990 avatar Feb 14 '22 22:02 serzz1990

sorry for my English :)

serzz1990 avatar Feb 14 '22 22:02 serzz1990

Also having this exact same issue when using CreepJS to test my browser fingerprint. Trying to run the demo. :) I am using Chrome Version 98.0.4758.102 (Official Build) (64-bit) as the executable. Do I need to use an older version of Chrome?

dstampher avatar Feb 16 '22 00:02 dstampher

Author

So you was able to solve the issue by Object.defineProperty?

Somberor avatar Feb 25 '22 00:02 Somberor

Author

So you was able to solve the issue by Object.defineProperty?

I came to the conclusion that it is necessary to make overrides at the highest level, namely in chrome itself. i created a repository to solve this problem. I have already managed to override some of the properties of the navigator and screen, you only need to pass special flags . more here

serzz1990 avatar Feb 26 '22 22:02 serzz1990

Author

So you was able to solve the issue by Object.defineProperty?

I came to the conclusion that it is necessary to make overrides at the highest level, namely in chrome itself. i created a repository to solve this problem. I have already managed to override some of the properties of the navigator and screen, you only need to pass special flags . more here

I saw your project, I'm interested I hope you can complete it. Unfortunately I'm a windows user

Iquaridys avatar Aug 27 '22 10:08 Iquaridys