From 5e2f160441a4adfe9dcb62a16eb99a88e8ef58c9 Mon Sep 17 00:00:00 2001 From: Mathias Merscher Date: Sun, 10 Mar 2019 14:41:05 +0100 Subject: [PATCH] remove trailing whitespace --- templates/gitea.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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