Make sure dummy pref is synced with fingerprinting setting (#21037)

This commit is contained in:
Arthur Edelstein
2023-11-20 13:38:11 +07:00
committed by GitHub
parent c8afff86e4
commit 1d42aedbe8
@@ -179,6 +179,11 @@ class BraveShieldsPage extends BraveShieldsPageBase {
this.browserProxy_.getFingerprintingControlType().then(value => {
this.fingerprintingControlType_ = value
this.isFingerprintingEnabled_ = {
key: '',
type: chrome.settingsPrivate.PrefType.BOOLEAN,
value: value != 'allow',
}
})
this.browserProxy_.getHttpsUpgradeControlType().then(value => {