Browse Source

Fix missing close tags in U2F (#4256)

tags/v1.5.0-dev
François M 6 years ago
parent
commit
8c6b2324a7
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      custom/conf/app.ini.sample

+ 2
- 2
custom/conf/app.ini.sample View File

[U2F] [U2F]
; Two Factor authentication with security keys ; Two Factor authentication with security keys
; https://developers.yubico.com/U2F/App_ID.html ; 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 ; 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 ; Extension mapping to highlight class
; e.g. .toml=ini ; e.g. .toml=ini

Loading…
Cancel
Save