summarylogtreecommitdiffstats
path: root/gitea-disable-u2f.patch
diff options
context:
space:
mode:
authorSam Whited2018-11-10 11:36:08 -0600
committerSam Whited2018-11-10 11:36:41 -0600
commit4b1df37b692a138c111c11505bd542d125d9bfca (patch)
tree3f583df91d022fff46e36a008bf06617db333fc2 /gitea-disable-u2f.patch
parent0a26f1bcb499b044efca83beab6e1e56cfb421ba (diff)
downloadaur-4b1df37b692a138c111c11505bd542d125d9bfca.tar.gz
Make consistent with community/gitea
Diffstat (limited to 'gitea-disable-u2f.patch')
-rw-r--r--gitea-disable-u2f.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/gitea-disable-u2f.patch b/gitea-disable-u2f.patch
new file mode 100644
index 000000000000..c87913121cd4
--- /dev/null
+++ b/gitea-disable-u2f.patch
@@ -0,0 +1,16 @@
+--- a/custom/conf/app.ini.sample
++++ b/custom/conf/app.ini.sample
+@@ -628,13 +628,6 @@ sr-SP = sr
+ sv-SE = sv
+ 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/
+-; Comma seperated list of truisted facets
+-TRUSTED_FACETS = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
+-
+ ; Extension mapping to highlight class
+ ; e.g. .toml=ini
+ [highlight.mapping]