Hide the `oauth2_disable_csrf` setting (#41)

It can be useful for homegrown CSRF setups or while debugging but it is
not secure and should only be used if you really know what you're doing.
This commit is contained in:
Robin Ward 2021-04-21 13:30:28 -04:00 committed by GitHub
parent f45cd3edf9
commit 60eeb0d338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,3 +49,4 @@ login:
default: false
oauth2_disable_csrf:
default: false
hidden: true