VEuPathDB / web-components

Library of React components for plotting data
Apache License 2.0
1 stars 0 forks source link

ScatterPlot: Markers look weird in Brave #443

Open dmfalke opened 1 year ago

dmfalke commented 1 year ago

This is only happening on the production website, and appears to be related to Brave's privacy features. The following image is a scatter plot with "circle-open" markers.

image

If shields are turned off in Brave, then the markers look as expected.

asizemore commented 1 year ago

As you suggested, i removed shields for the website and now it works perfectly!!!

dmfalke commented 1 year ago

I've narrowed it down to being related to fingerprinting. If I choose "Allow fingerprinting", then the markers appear as desired. I'm not sure why this only happens on the production site, and not the qa site. Maybe there is something about the production website that makes Brave think it's attempting to fingerprint users?