mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Bug 628198. Add UI for do not track header. r=gavin.sharp, ui-r=faaborg, a=blocking.
--HG-- extra : rebase_source : d216689286d543e466f4c5baa41491d840bf21ba
This commit is contained in:
parent
124642a865
commit
fec3b22476
@ -127,6 +127,9 @@
|
||||
<preference id="security.disable_button.openDeviceManager"
|
||||
name="security.disable_button.openDeviceManager"
|
||||
type="bool"/>
|
||||
<preference id="privacy.donottrackheader.enabled"
|
||||
name="privacy.donottrackheader.enabled"
|
||||
type="bool"/>
|
||||
</preferences>
|
||||
|
||||
#ifdef HAVE_SHELL_SERVICE
|
||||
@ -191,6 +194,10 @@
|
||||
onsyncfrompreference="return gAdvancedPane.readCheckSpelling();"
|
||||
onsynctopreference="return gAdvancedPane.writeCheckSpelling();"
|
||||
preference="layout.spellcheckDefault"/>
|
||||
<checkbox id="privacyDoNotTrackPrefs"
|
||||
label="&doNotTrack.label;"
|
||||
accesskey="&doNotTrack.accesskey;"
|
||||
preference="privacy.donottrackheader.enabled"/>
|
||||
</groupbox>
|
||||
|
||||
#ifdef HAVE_SHELL_SERVICE
|
||||
|
@ -21,6 +21,8 @@
|
||||
<!ENTITY allowHWAccel.accesskey "h">
|
||||
<!ENTITY checkSpelling.label "Check my spelling as I type">
|
||||
<!ENTITY checkSpelling.accesskey "t">
|
||||
<!ENTITY doNotTrack.label "Tell web sites I do not want to be tracked">
|
||||
<!ENTITY doNotTrack.accesskey "d">
|
||||
|
||||
<!ENTITY systemDefaults.label "System Defaults">
|
||||
<!ENTITY alwaysCheckDefault.label "Always check to see if &brandShortName; is the default browser on startup"><!--XXX-->
|
||||
|
Loading…
Reference in New Issue
Block a user