Bug 1330844 - Add a pwmgr notPasswordSelector:#cardNumber recipe for buy.gogoinflight.com. r=johannh draft
authorMatthew Noorenberghe <mozilla@noorenberghe.ca>
Thu, 12 Jan 2017 18:22:28 -0800
changeset 460438 1a140a6620718a5590356dafb6a10f1daf7b762a
parent 460432 ab55d4eb646486d979831039c0bde76a14cdd6e8
child 542041 2d1aec3357a79049065f03f0018cb1cddc356a7a
push id41385
push usermozilla@noorenberghe.ca
push dateFri, 13 Jan 2017 02:23:05 +0000
reviewersjohannh
bugs1330844
milestone53.0a1
Bug 1330844 - Add a pwmgr notPasswordSelector:#cardNumber recipe for buy.gogoinflight.com. r=johannh MozReview-Commit-ID: EQiA3KMxHtA
toolkit/components/passwordmgr/content/recipes.json
--- a/toolkit/components/passwordmgr/content/recipes.json
+++ b/toolkit/components/passwordmgr/content/recipes.json
@@ -27,11 +27,16 @@
       "hosts": ["www.facebook.com"],
       "notUsernameSelector": "#password_strength"
     },
     {
       "description": "United uses a useless password field plus one per frequent flyer number during checkin. Don't save any of them (Bug 1330810)",
       "hosts": ["www.united.com"],
       "notPasswordSelector": "input[type='password']",
       "pathRegex": "^\/travel\/checkin\/changefqtv.aspx"
+    },
+    {
+      "description": "Gogo In-Flight uses a password field for credit card numbers on the same page as login",
+      "hosts": ["buy.gogoinflight.com"],
+      "notPasswordSelector": "#cardNumber"
     }
   ]
 }