Skip to content
Snippets Groups Projects
Verified Commit b4f4c1dd authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 32308: use direct browser sizing for letterboxing.

parent 9167902c
Branches
Tags
1 merge request!678Bug 41759: Rebase Base Browser to 115 (Beta 5)
......@@ -150,7 +150,9 @@ class _RFPHelper {
}
_handleResistFingerprintingChanged() {
if (Services.prefs.getBoolPref(kPrefResistFingerprinting)) {
if (
(this.rfpEnabled = Services.prefs.getBoolPref(kPrefResistFingerprinting))
) {
this._addRFPObservers();
} else {
this._removeRFPObservers();
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment