diff --git a/forms.py b/forms.py index 15d4a43..8ffaafa 100644 --- a/forms.py +++ b/forms.py @@ -169,6 +169,19 @@ class DynamicConfigForm(ConfigForm): }, 'addons': [] }, + { + 'name': 'resist-fingerprinting', + 'type': 'boolean', + 'label': _(u'Enable resistFingerprinting'), + 'help_text': _(u'The privacy.resistFingerprinting setting coming from the tor-browser hides some system properties.' + 'See Bug #1308340 for more information.'), + 'initial': True, + 'config': + { + 'privacy.resistFingerprinting': True, + }, + 'addons': [] + }, { 'name': 'trackingprotection', 'type': 'boolean',