Yes, that's because WebGL is a privacy problem and, looking at the data from past sec-high and sec-crit bugs, not a security problem. Which is why it is not governed by the security slider and I think that's okay.
Here is what we are doing right now according to the design spec:
First, WebGL Canvases have click-to-play placeholders (provided by NoScript), and do not run until authorized by the user. Second, we obfuscate driver information by setting the Firefox preferences webgl.disable-extensions, webgl.min_capability_mode, and webgl.disable-fail-if-major-performance-caveat which reduce the information provided by the following WebGL API calls: getParameter(), getSupportedExtensions(), and getExtension(). To make the minimal WebGL mode usable we additionally normalize its properties with a Firefox patch.
It seems your report is not a bug then. Maybe you wanted to argue we should not do the click-to-play thing at all anymore?
Trac: Status: new to needs_information Keywords: tbb-security-slider deleted, N/Aadded
Which is why it is not governed by the security slider and I think that's okay.
You're right -- if it's privacy problem then we may want to block it at Low Security regardless of whether it's a security problem.
First, WebGL Canvases have click-to-play placeholders (provided by NoScript),
I have tried a number of webgl demos at https://experiments.withgoogle.com/chrome and I haven't found any sites where a click-to-play icon appears. The only way to enable WebGL appears to be to click on the NoScript button and then select one of the menu options to temporarily unblock webgl for that site.
So it would be nice to have a click-to-play button in the middle of a canvas, similar to how a click-to-play button is shown in YouTube. Or perhaps an easier alternative would be some sort of door hanger that says something like "To protect your privacy, Tor Browser has blocked advanced graphics on this site. Would you like to temporarily allow them anyway? (Yes/No)"
Trac: Summary: webgl is getting blocked in low security to webgl is blocked without a click-to-play button
Talking about NoScript Quantum here, so it might be off-topic regarding the original discussion, but I'm told Tor Browser "Quantum" is finally on its way too, so...
I've tried the first WebGL demo linked from there, https://demo.marpi.pl/biomes/ , and if I assign marpi.pl a CUSTOM preset with all capabilities enabled except "webgl", I can see two placeholders (one for each canvas), allowing me to click-to-play webgl on that demo.
bug_21805 (https://gitweb.torproject.org/user/gk/torbutton.git/commit/?h=bug_21805&id=e2051e588405377f68c7899a8a8402faf82aab9c) has a patch for review. We might think harder, though whether we want to treat WebGL specially compared to other active content in that we make it click-to-play on any security level AND have fingerprinting defenses in place. One alternative to the current model would be to put WebGL on the security slider like we do with other features, like media. Especially as I agree with Arthur that there are more and more issues security-wise.
(Note though, treating WebGL content like we do treat media content would make it less security compared to the status after fixing this bug as there would be no click-to-play placeholder anymore on the default level.)
Trac: Keywords: TorBrowserTeam201812 deleted, TorBrowserTeam201812R added Status: new to needs_review