Skip to content
Snippets Groups Projects
Commit 86659c06 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

fixed blocked settings

parent 66bf35c0
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,8 @@ const myCommand :Spk.Manifest.Command = (
# Note that this defines the *entire* environment seen by your app.
(key = "PATH", value = "/usr/local/bin:/usr/bin:/bin"),
(key = "SANDSTORM", value = "1"),
(key = "Statistics_opt_out", value = "true")
(key = "Accounts_AllowUserAvatarChange", value = "false")
(key = "Statistics_opt_out", value = "true"),
(key = "Accounts_AllowUserAvatarChange", value = "false"),
(key = "Accounts_AllowUserProfileChange", value = "false")
]
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment