summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorFrançois M <francoism90@users.noreply.github.com>2018-06-19 10:48:50 +0200
committerLauris BH <lauris@nix.lv>2018-06-19 11:48:50 +0300
commit8c6b2324a71bd1335d80fac6db6921b0aa6a3009 (patch)
tree9e824886de489909c4b7591e9ea8dc56cd687d91 /custom
parent69bfd81b1cc4b95d6bc49e7b027d2e5ff03167a5 (diff)
downloadgitea-8c6b2324a71bd1335d80fac6db6921b0aa6a3009.tar.gz
gitea-8c6b2324a71bd1335d80fac6db6921b0aa6a3009.zip
Fix missing close tags in U2F (#4256)
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.ini.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample
index ef88e5c327..f823f68e4f 100644
--- a/custom/conf/app.ini.sample
+++ b/custom/conf/app.ini.sample
@@ -601,9 +601,9 @@ ko-KR = ko
[U2F]
; Two Factor authentication with security keys
; https://developers.yubico.com/U2F/App_ID.html
-APP_ID = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s
+APP_ID = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
; Comma seperated list of truisted facets
-TRUSTED_FACETS = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s
+TRUSTED_FACETS = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
; Extension mapping to highlight class
; e.g. .toml=ini