@to-nice Так может проблема не в конфигурациях, а в расходных материалах, например прокси? Если вы пытаетесь поменять отпечаток audio на сайте creepjs, а потом пробуете эти настройки на целевом сайте, то это очень похоже на игру в рулетку, в которую вы играете на большом расстоянии и надеетесь, что вам сообщат о выигрыше.
Если вам нужно понять какими методами сайт-чекер собирает данные и подменять их - вы анализируете сайт-чекер и его код, если задача пройти антифрод целевого сайта - анализируйте код целевого сайта.
Anyway to disable device client hints in BAS?
-
At the moment, we don't have any features like that. I have written a few words on this forum about how to filter/intercept/change/etc. any network request.
I believe that it is possible to have it in BAS, but the developer of BAS should implement it.
https://community.bablosoft.com/topic/23789/платная-помощь-fm-bas-плохо/16
https://community.bablosoft.com/topic/23789/платная-помощь-fm-bas-плохо/21 -
@tony2n91 said in Anyway to disable device client hints in BAS?:
... Or possible to block all request of it?
Yeah, it is possible, but not with BAS as I know. Instead, you can achieve it using https://github.com/CheshireCaat/puppeteer-with-fingerprints. But this solution requires JavaScript coding skills.
P.S.
You are not the first person who has referred to that feature (intercepting network requests), but we still don't have it in BAS. -
@tony2n91 said in Anyway to disable device client hints in BAS?:
or possible to do it with Profile like this one: "--disable-features=UserAgentClientHint"
But this one --disable-features=UserAgentClientHint do not disable to like the second picture.Regard


