diff options
author | Rachid Zarouali <xinity@users.noreply.github.com> | 2016-11-07 11:23:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-07 11:23:30 +0100 |
commit | be5607e510f410ac82247c3b4b8a4bc6504e7cee (patch) | |
tree | 7e00b2e24482ff795085418e3891fb45c4e9cee4 /conf | |
parent | 5a6f7edde97c5ff9811bbc79f5f5fc4c16703683 (diff) | |
parent | e54dec7ce518b170ec148f1c35bc1e5ad174dc2b (diff) | |
download | gitea-be5607e510f410ac82247c3b4b8a4bc6504e7cee.tar.gz gitea-be5607e510f410ac82247c3b4b8a4bc6504e7cee.zip |
Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning
Disable HTTP cloning
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 0f6163c4f4..8f076d126d 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 |