Skip to content

Commit a9a1e42

Browse files
committed
add warning on app.ini
1 parent 3e2b152 commit a9a1e42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom/conf/app.ini.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ PREFERRED_LICENSES = Apache License 2.0,MIT License
3232
; Disable the ability to interact with repositories using the HTTP protocol
3333
DISABLE_HTTP_GIT = false
3434
; Value for Access-Control-Allow-Origin header, default is not to present
35+
; WARNING: This maybe harmful to you website if you do not give it a right value.
3536
ACCESS_CONTROL_ALLOW_ORIGIN =
3637
; Force ssh:// clone url instead of scp-style uri when default SSH port is used
3738
USE_COMPAT_SSH_URI = false

0 commit comments

Comments
 (0)