jasondavies / d3-cloud

Create word clouds in JavaScript.
https://www.jasondavies.com/wordcloud/
Other
3.82k stars 1.07k forks source link

Firefox with Privacy Badger #134

Closed ronnievdc closed 6 years ago

ronnievdc commented 7 years ago

Firefox browsers with Privacy Badger enabled crashes with the following error: Exception Error: ERROR.captureStackTrace is not a function

Error: ERROR.captureStackTrace is not a function getStackTrace@http://localhost:8000/:81:7 getOriginatingScriptUrl@http://localhost:8000/:96:19 trapInstanceMethod/item.obj[item.propName]</<@http://localhost:8000/:147:28 getContext@http://localhost:8000/plugins.js line 6 > eval:94:27 [1]</module.exports/cloud.start@http://localhost:8000/plugins.js line 6 > eval:37:27

This is because the Privacy Badger marks .getImageData() as fingerprinting. See the following comment: https://github.com/EFForg/privacybadger/issues/1418#issuecomment-311697454

ghostwords commented 6 years ago

Hi @ronnievdc, were you using Privacy Badger version 2017.9.12? This bug should have been fixed as of 2017.9.12.1. Sorry for the trouble!

ronnievdc commented 6 years ago

@ghostwords , Yes i was using Privacy Badger version 2017.9.12. With the 2017.9.12.1 update everything works fine. Thanks for the quick response.