Browse code

Install extensions automatically

Robert Cranston authored on 31/03/2022 09:49:08
Showing 1 changed files

... ...
@@ -0,0 +1,6 @@
1
+/// Extensions
2
+
3
+//// Install extensions automatically
4
+// Only from the current user's profile.
5
+// https://extensionworkshop.com/documentation/enterprise/enterprise-distribution/#controlling-automatic-installations
6
+user_pref("extensions.autoDisableScopes", 14);