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 come websites aren't taking up the entire window? #2

Closed
ghost opened this issue Sep 9, 2021 · 5 comments
Closed

How come websites aren't taking up the entire window? #2

ghost opened this issue Sep 9, 2021 · 5 comments
Labels
question Further information is requested

Comments

@ghost
Copy link

ghost commented Sep 9, 2021

For some reason websites only take up around 90% of the space of the window. But I want them to take up the entire window like they would in every other web browser. How can I change it to do that. It's probably something in the about:config section, but I don't know what.

@dr460nf1r3
Copy link
Owner

This is most likely an anti-fingerprinting measure which makes sure that browser window size is nothing out of the ordinary. privacy.resistFingerprinting is the value in question.

@ghost
Copy link
Author

ghost commented Sep 10, 2021

Okay. I am going to set privacy.resistFingerprinting to false and replace it with a fingerprint blocking add-on. If that solves the issue, I will close this issue.

@ghost
Copy link
Author

ghost commented Sep 10, 2021

Unfortunately turning off privacy.resistFingerprinting didn't do anything, even after restarting the browser.

@dr460nf1r3 dr460nf1r3 added the question Further information is requested label Oct 28, 2021
@Thorin-Oakenpants
Copy link

Thorin-Oakenpants commented Nov 27, 2021

letterboxing is (currently) independent of RFP

user_pref("privacy.resistFingerprinting.letterboxing", true); // [HIDDEN PREF]

edit; you want to reset that or modify it to false

@dr460nf1r3
Copy link
Owner

Does that solve your issue @amarakon ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants