Bug 1531135 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Similar to bug 1119063 but for `autocomplete="off"`. We have constant backlash from webdevs since bug 956906 as there are valid use cases where `autocomplete="new-password"` doesn't cover a case where the user wouldn't want login autofill. An example includes where you need to enter credentials for Site B in a form on Site A. This is common for setting up integrations between services.

Let's add a pref so we can experiment with honouring the `autocomplete="off"` in some cases.
Similar to bug 1119063 but for `autocomplete="off"`. We have constant backlash from webdevs since bug 1025703 as there are valid use cases where `autocomplete="new-password"` doesn't cover a case where the user wouldn't want login autofill. An example includes where you need to enter credentials for Site B in a form on Site A. This is common for setting up integrations between services.

Let's add a pref so we can experiment with honouring the `autocomplete="off"` in some cases.

Back to Bug 1531135 Comment 0