Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Avatar for Username

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Autofill works for forms with autocomplete="off"

  • 2 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 15 προβολές
  • Τελευταία απάντηση από Nauraushaun

more options

From what I can grasp here: https://developer.mozilla.org/en-US/Firefox/Releases/30/Site_Compatibility#Security

If a field or form has autocomplete="off" set, the password manager should prompt the user to save the password, but the password can not be auto-filled into the field. This is not what I'm experiencing. I have a simple form with email and password field. Both the form itself and the fields have autocomplete="off", but Firefox 30 will still let me store the details and auto-fill them.

I cannot allow this, as it breaks Angular JS's binding causing things to not work.

From what I can grasp here: https://developer.mozilla.org/en-US/Firefox/Releases/30/Site_Compatibility#Security If a field or form has autocomplete="off" set, the password manager should prompt the user to save the password, but the password can not be auto-filled into the field. This is not what I'm experiencing. I have a simple form with email and password field. Both the form itself and the fields have autocomplete="off", but Firefox 30 will still let me store the details and auto-fill them. I cannot allow this, as it breaks Angular JS's binding causing things to not work.

Όλες οι απαντήσεις (2)

more options

You can try to set the signon.autofillForms pref to false on the about:config page.

Note that the signon.overrideAutocomplete pref controls the behavior with autocomplete=off

You can open the about:config page via the location/address bar and you can accept the warning and click "I'll be careful" to continue.

more options

Ah, sorry. Yes that would solve the problem for me. But I'm building a website and need to fix it for all users.