35 lines
776 B
TOML
35 lines
776 B
TOML
[DEFAULT]
|
|
support-files = [
|
|
"head.js",
|
|
"tab_webauthn_result.html",
|
|
"../pkijs/*",
|
|
"../cbor.js",
|
|
"../u2futil.js",
|
|
]
|
|
prefs = [
|
|
"security.webauth.webauthn=true",
|
|
"security.webauth.webauthn_enable_softtoken=true",
|
|
"security.webauth.webauthn_enable_usbtoken=false",
|
|
"security.webauthn.ctap2=true",
|
|
"security.webauthn.enable_conditional_mediation=true",
|
|
"security.webauthn.enable_macos_passkeys=false",
|
|
]
|
|
|
|
["browser_abort_visibility.js"]
|
|
skip-if = [
|
|
"win11_2009", # Test not relevant on 1903+
|
|
]
|
|
|
|
["browser_fido_appid_extension.js"]
|
|
skip-if = [
|
|
"win11_2009", # Test not relevant on 1903+
|
|
]
|
|
|
|
["browser_webauthn_conditional_mediation.js"]
|
|
|
|
["browser_webauthn_ipaddress.js"]
|
|
|
|
["browser_webauthn_prompts.js"]
|
|
skip-if = [
|
|
"win11_2009", # Test not relevant on 1903+
|
|
]
|