allow settings updates GraphQL requests even on private GitHub repositories
Created by: sqs
Fixes an issue where users who perform an action that needs to update user settings will see an error:
A EditSettings GraphQL request to the public Sourcegraph.com was blocked because the current repository is private.
These requests are safe to perform on private GitHub repo pages because the payload does not send any sensitive data.
cc @karkum