blob: a95e23b95632a80ab59e8ae45af39e105a0585d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[DEFAULT]
head = "head.js"
prefs = [
"security.webauth.webauthn=true",
"security.webauth.webauthn_enable_softtoken=false",
"security.webauth.webauthn_enable_android_fido2=false",
"security.webauth.webauthn_enable_usbtoken=false",
"security.webauthn.ctap2=true",
]
["browser_aboutwebauthn_aria_keycontrols.js"]
["browser_aboutwebauthn_bio.js"]
["browser_aboutwebauthn_credentials.js"]
["browser_aboutwebauthn_info.js"]
["browser_aboutwebauthn_no_token.js"]
["browser_aboutwebauthn_pin.js"]
|