./chrome --fingerprint=4 https://demo.fingerprint.com/playground
and if start browser with manager docker run -p 8080:8080 -v cloakprofiles:/data cloakhq/cloakbrowser-manager leak too.
Am I doing everything right or is there a way to avoid this?
and leak too
from cloakbrowser import launch
browser = launch(headless=False)
page = browser.new_page(headles)
page.goto("https://demo.fingerprint.com/playground) # no more blocks
browser.close()
and if start browser with manager
docker run -p 8080:8080 -v cloakprofiles:/data cloakhq/cloakbrowser-managerleak too.Am I doing everything right or is there a way to avoid this?
and leak too