[Solved] Arkenfox JS

Ankenfox released new version. I have 2 questions which I could not find an answer:

1- On new version it disabled RFP, and enabled FPP. I could not see where it enabled FPP?

2- “privacy.resistFingerprinting.letterboxing” has been disabled. So, do I need those:

user_pref(“privacy.window.maxInnerWidth”, 1600);
user_pref(“privacy.window.maxInnerHeight”, 1200);

If yes, Do I need to change values depending on my screen?

FF128+ has what is called FPP (finger print protection) […] it is enabled (in normal windows) when users change to ETP Strict

Arkenfox enables ETP Strict by default, so it was always enabled until RFP is enabled, which overrides FPP.


You don’t need to configure any values manually… see Thorin-Oakenpants’s suggestion:

Personally, I will using RFP […] FYI: my overrides (I am using en-US app language)

user_pref("privacy.resistFingerprinting", true);
user_pref("privacy.resistFingerprinting.letterboxing", true);
user_pref("webgl.disabled", true);
user_pref("privacy.spoof_english", 2);
2 Likes

Thank you

I did not see the comment above of “maxInnerWidth” config:

RFP new window size max rounded values

That means “maxInnerWidth” is config of RFP not FPP. Am I right?

https://arkenfox.github.io/gui/?s=maxInnerWidth

1 Like