Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning
Disable HTTP cloning
This commit is contained in:
commit
be5607e510
7 changed files with 40 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue