mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
Bug 790866: Implement DNT for b2g. (Gecko support.) irc-r=fabrice
This commit is contained in:
parent
aaab17b6d9
commit
225808684c
@ -106,3 +106,8 @@ SettingsListener.observe('debug.log-animations.enabled', false, function(value)
|
||||
SettingsListener.observe('debug.dev-mode', false, function(value) {
|
||||
Services.prefs.setBoolPref('dom.mozApps.dev_mode', value);
|
||||
});
|
||||
|
||||
// =================== Privacy ====================
|
||||
SettingsListener.observe('privacy.donottrackheader.enabled', false, function(value) {
|
||||
Services.prefs.setBoolPref('privacy.donottrackheader.enabled', value);
|
||||
});
|
Loading…
x
Reference in New Issue
Block a user