Skip to content

Commit

Permalink
Disable resistFingerprinting by default and add a link to the related…
Browse files Browse the repository at this point in the history
… bug (#56)
  • Loading branch information
allo- committed Dec 5, 2018
1 parent 8a6de62 commit 136f038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings/resist-fingerprinting.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{
"name": "resist-fingerprinting",
"type": "boolean",
"initial": true,
"initial": false,
"label": "Enable resistFingerprinting",
"help_text": "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.",
"help_text": "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. This option may interfere with other privacy related settings, see the <a href=\"https://github.com/allo-/firefox-profilemaker/issues/56#issuecomment-333397712\">discussion in our bug tracker.</a>",
"addons": [],
"config": {
"privacy.resistFingerprinting": true
}
}
]
]

0 comments on commit 136f038

Please sign in to comment.