From 9d66497abca96905fbeba53bf8983301710d6064 Mon Sep 17 00:00:00 2001 From: Thibault Meyer Date: Sun, 18 Sep 2016 10:54:33 +0200 Subject: Can disable GIT interactions by HTTP protocol --- conf/app.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/app.ini') diff --git a/conf/app.ini b/conf/app.ini index 8110ac851d..b0c0a6f43e 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -24,6 +24,8 @@ PULL_REQUEST_QUEUE_LENGTH = 1000 ; Preferred Licenses to place at the top of the List ; Name must match file name in conf/license or custom/conf/license PREFERRED_LICENSES = Apache License 2.0,MIT License +; Disable ability to interact with repositories by HTTP protocol +DISABLE_HTTP_GIT= false [repository.editor] ; List of file extensions that should have line wraps in the CodeMirror editor -- cgit v1.2.3 From e54dec7ce518b170ec148f1c35bc1e5ad174dc2b Mon Sep 17 00:00:00 2001 From: Thibault Meyer Date: Tue, 4 Oct 2016 18:59:07 +0200 Subject: missing space --- conf/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/app.ini') diff --git a/conf/app.ini b/conf/app.ini index b0c0a6f43e..65fa225248 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -25,7 +25,7 @@ PULL_REQUEST_QUEUE_LENGTH = 1000 ; Name must match file name in conf/license or custom/conf/license PREFERRED_LICENSES = Apache License 2.0,MIT License ; Disable ability to interact with repositories by HTTP protocol -DISABLE_HTTP_GIT= false +DISABLE_HTTP_GIT = false [repository.editor] ; List of file extensions that should have line wraps in the CodeMirror editor -- cgit v1.2.3