Provisioning and configuration management | Firefox, Thunderbird

Note that the scope of /etc/skel is limited to new profiles.
Here’s a way to customize the defaults for all profiles:

sudo ln -f -s -T . /etc/firefox/defaults
sudo tee /etc/firefox/pref/local.js << EOF > /dev/null
pref("webgl.disabled", true);
EOF

A similar provisioning method also works for Thunderbird.

2 Likes