Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to collect sub frame's statistics with 'about:blank' src? #995

Open
sober1998 opened this issue May 19, 2022 · 0 comments
Open

How to collect sub frame's statistics with 'about:blank' src? #995

sober1998 opened this issue May 19, 2022 · 0 comments

Comments

@sober1998
Copy link

sober1998 commented May 19, 2022

When I load the url: fingerprintjs, I don't think I got the correct statistics. This page has a sub frame with src as 'about:blank', HTMLElement.offsetWidth and HTMLElement.offsetHeight are called in this sub frame, but I can't find those calls in the database. Sub frame is generated by javascript file in this web page. My fingerprinting.json is:

[
  "HTMLIFrameElement",
  "Date",
  "AudioParam",
  "DynamicsCompressorNode",
  "OscillatorNode",
  "MediaQueryList",
  "CanvasRenderingContext2D",
  "HTMLCanvasElement",
  {"HTMLElement": {
    "propertiesToInstrument": ["offsetWidth", "offsetHeight", "textContent", "appendChild"]
  }}
]

How can I collect the correct information under such circumstances?

@sober1998 sober1998 changed the title There How to Collect sub frame 's call? May 19, 2022
@sober1998 sober1998 changed the title How to Collect sub frame 's call? How to collect sub frame's statistics with 'about:blank' src? May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant