Explorar el Código

Add rpc: to default protocol whitelist

Change-Id: I57e1c3d93c0ce56da9c487df65eb3d258e0260e8
Jonathan Nieder hace 10 años
padre
commit
625f0e2924
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      git_command.py

+ 1 - 1
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: