Disable WebGL by default
This commit is contained in:
parent
fa351f63e6
commit
deb6dc6a26
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@
|
|||
"gfx.webrender.all" = default true;
|
||||
"media.ffmpeg.vaapi.enabled" = default true;
|
||||
|
||||
# disable WebGL by default
|
||||
"webgl.disabled" = default true;
|
||||
|
||||
# disable Normandy
|
||||
"app.normandy.enabled" = locked false;
|
||||
"app.normandy.api_url" = locked "";
|
||||
|
|
Loading…
Reference in a new issue