mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 857236 - followup fixing erroneous getBoolPref() call r=gavin
This commit is contained in:
parent
125cb1c0c5
commit
9239a70d8b
@ -147,7 +147,7 @@ var gPrivacyPane = {
|
||||
getTrackingPrefs: function PPP_getTrackingPrefs()
|
||||
{
|
||||
// XXX avoid using bindings that might not be attached, see bug 859982
|
||||
let dntValue = Services.prefs.getBoolPref("privacy.donottrackheader.value"),
|
||||
let dntValue = Services.prefs.getIntPref("privacy.donottrackheader.value"),
|
||||
dntEnabled = Services.prefs.getBoolPref("privacy.donottrackheader.enabled");
|
||||
|
||||
// if DNT is enbaled, select the value from the selected radio
|
||||
|
Loading…
Reference in New Issue
Block a user