1{
2  "siteRecipes": [
3    {
4      "description": "okta uses a hidden password field to disable filling",
5      "hosts": ["mozilla.okta.com"],
6      "passwordSelector": "#pass-signin"
7    },
8    {
9      "description": "anthem uses a hidden password and username field to disable filling",
10      "hosts": ["www.anthem.com"],
11      "passwordSelector": "#LoginContent_txtLoginPass"
12    },
13    {
14      "description": "An ephemeral password-shim field is incorrectly selected as the username field.",
15      "hosts": ["www.discover.com"],
16      "usernameSelector": "#login-account"
17    },
18    {
19      "description": "Tibia uses type=password for its username field and puts the email address before the password field during registration",
20      "hosts": ["secure.tibia.com"],
21      "usernameSelector": "#accountname, input[name='loginname']",
22      "passwordSelector": "#password1, input[name='loginpassword']",
23      "pathRegex": "^\/account\/"
24    },
25    {
26      "description": "Username field will be incorrectly captured in the change password form (bug 1243722)",
27      "hosts": ["www.facebook.com"],
28      "notUsernameSelector": "#password_strength"
29    }
30  ]
31}
32