Set the default WebGL settings for the web
The WebGL property determines whether WebGL is enabled by default, as well as whether or not individual users can edit this property via the UI.
#Webapi.user.defaults.webgl=true
- enable WebGL by default. Set tofalse
to disable WebGL by default.#Webapi.user.defaults.webgl.editable=true
- set tofalse
to disallow the user from changing the WebGL settings from the UI.