@ -1009,8 +1009,7 @@ static enum protocol_allow_config get_protocol_config(const char *type)
|
||||
if (!strcmp(type, "http") ||
|
||||
!strcmp(type, "https") ||
|
||||
!strcmp(type, "git") ||
|
||||
!strcmp(type, "ssh") ||
|
||||
!strcmp(type, "file"))
|
||||
!strcmp(type, "ssh"))
|
||||
return PROTOCOL_ALLOW_ALWAYS;
|
||||
|
||||
/* known scary; err on the side of caution */
|
||||
|
Reference in New Issue
Block a user