From 203153e7bba61b1b2d782e9e75aef919eab0d54b Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Fri, 26 Feb 2016 18:53:54 -0800 Subject: [PATCH] Add rpc: to default protocol whitelist Change-Id: I57e1c3d93c0ce56da9c487df65eb3d258e0260e8 --- git_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_command.py b/git_command.py index 63b7b6f2..9f7d2930 100644 --- a/git_command.py +++ b/git_command.py @@ -170,7 +170,7 @@ class GitCommand(object): _setenv(env, 'GIT_CONFIG_PARAMETERS', s) if 'GIT_ALLOW_PROTOCOL' not in env: _setenv(env, 'GIT_ALLOW_PROTOCOL', - 'file:git:http:https:ssh:persistent-http:persistent-https:sso') + 'file:git:http:https:ssh:persistent-http:persistent-https:sso:rpc') if project: if not cwd: