Skip to content

Commit

Permalink
Added privacy.resistFingerprinting setting, closes #56
Browse files Browse the repository at this point in the history
  • Loading branch information
allo- committed Jan 25, 2017
1 parent ca4c034 commit aa55dce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,19 @@ class DynamicConfigForm(ConfigForm):
},
'addons': []
},
{
'name': 'resist-fingerprinting',
'type': 'boolean',
'label': _(u'Enable resistFingerprinting'),
'help_text': _(u'The <tt>privacy.resistFingerprinting</tt> setting coming from the tor-browser hides some system properties.'
'See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1308340">Bug #1308340</a> for more information.'),
'initial': True,
'config':
{
'privacy.resistFingerprinting': True,
},
'addons': []
},
{
'name': 'trackingprotection',
'type': 'boolean',
Expand Down

0 comments on commit aa55dce

Please sign in to comment.