Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How to make fixed size window in privacy.resistfingerprinting (Firefox)

  • Geen antwoorden
  • 1 heeft dit probleem
  • 3 weergaven
more options

In Firefox, I use `privacy.resistfingerprinting = true`. How can I set the window size (1024x768 or 1366x768 or another) that I need? So that I open the browser and the window size matches the resolution I need.

What I did:

Set the values to `privacy.window.maxInnerHeight` and `privacy.window.maxInnerWidth`. But the size is 1000x700, 1400x800, etc., i.e. not the one i need.

Used `privacy.resistfingerprinting.letterboxing` with the specified resolution in `.dimensions`, it seems to work. BUT, this works with a delay. I open a test page in which resolution is displayed through `<body onload="alert (window.innerWidth)">` and at the very beginning the real value is displayed and only then changed using letterboxing. That is, it is possible to intercept the real value.

I tried to resize the window through `Window.resizeTo ()`, but it does not change.

Tell me how to launch a browser with a window of the desired size with privacy.resistfingerprinting enabled?

In Firefox, I use `privacy.resistfingerprinting = true`. How can I set the window size (1024x768 or 1366x768 or another) that I need? So that I open the browser and the window size matches the resolution I need. What I did: Set the values to `privacy.window.maxInnerHeight` and `privacy.window.maxInnerWidth`. But the size is 1000x700, 1400x800, etc., i.e. not the one i need. Used `privacy.resistfingerprinting.letterboxing` with the specified resolution in `.dimensions`, it seems to work. BUT, this works with a delay. I open a test page in which resolution is displayed through `<body onload="alert (window.innerWidth)">` and at the very beginning the real value is displayed and only then changed using letterboxing. That is, it is possible to intercept the real value. I tried to resize the window through `Window.resizeTo ()`, but it does not change. Tell me how to launch a browser with a window of the desired size with privacy.resistfingerprinting enabled?