Replies: 5 comments
-
Hello, which tests are failing? Could you provide a snippet that I could reproduce the issue with? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I previously developed a Chrome fingerprint browser through Chromium source code modification. Regarding audio fingerprinting, adjusting only the samplerate parameter was enough to successfully pass the detection mechanisms. |
Beta Was this translation helpful? Give feedback.
-
fp_json.json |
Beta Was this translation helpful? Give feedback.
-
This was by design until I implement a spacing solution that better reflects the font metrics of specific OS's. Although I will considering add a seed for the randomization.
Yes and no. Fonts added to the document.fonts.check("16px Arial"); However, when the site attempts to use the font, it will instead fall back to the default font. If the site uses font metric fingerprinting, it would be able to identify that the font is not installed on your system.
That's strange, I can't seem to reproduce this. When you pass
It should just work with the one property set: async def main():
async with AsyncCamoufox(
config={'AudioContext:sampleRate': 13232}
) as browser:
page = await browser.new_page()
await page.goto('https://audiofingerprint.openwpm.com')
await asyncio.Future() # Wait forever |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing issues with screen and font configurations. I'm unsure if there's an error in my setup as I'm unable to pass browserscans even after making adjustments. Furthermore, modifications to audio information are also failing to pass browserscans.
Beta Was this translation helpful? Give feedback.
All reactions