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

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

parent eda36ce9
No related branches found
No related tags found
1 merge request!694Bug 41796: Rebased on top of FIREFOX_ESR_115_BASE
......@@ -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