diff --git a/templates/gitea.ini.j2 b/templates/gitea.ini.j2 index 5955b3b..6b0a761 100644 --- a/templates/gitea.ini.j2 +++ b/templates/gitea.ini.j2 @@ -27,7 +27,7 @@ PREFERRED_LICENSES = Apache License 2.0,MIT License DISABLE_HTTP_GIT = {{ gitea_disable_http_git }} ; Value for Access-Control-Allow-Origin header, default is not to present ; WARNING: This maybe harmful to you website if you do not give it a right value. -ACCESS_CONTROL_ALLOW_ORIGIN = +ACCESS_CONTROL_ALLOW_ORIGIN = ; Force ssh:// clone url instead of scp-style uri when default SSH port is used USE_COMPAT_SSH_URI = false ; Close issues as long as a commit on any branch marks it as fixed