summarylogtreecommitdiffstats
path: root/gitea-disable-u2f.patch
diff options
context:
space:
mode:
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]