Skip to content

Commit

Permalink
added info for WebGL fingerprinting (uniquemachine.org), closes #47
Browse files Browse the repository at this point in the history
  • Loading branch information
allo- committed Jan 25, 2017
1 parent 275cfa6 commit ca4c034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ class DynamicConfigForm(ConfigForm):
'name': 'webgl',
'type': 'boolean',
'label': _(u'Disable WebGL'),
'help_text': _(u'Disables the WebGL function, to prevent websites from <a href="https://isc.sans.edu/forums/diary/Time+to+disable+WebGL/10867">(ab)using the full power of the graphics card</a>. '
'help_text': _(u'Disables the WebGL function, to prevent <a href="http://www.uniquemachine.org/">fingerprinting with WebGL</a>. Another issue is, that websites can <a href="https://isc.sans.edu/forums/diary/Time+to+disable+WebGL/10867">(ab)use the full power of the graphics card</a>. '
'Some interactive websites will not work, mostly games.'),
'initial': False,
'config':
Expand Down

0 comments on commit ca4c034

Please sign in to comment.