Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen
Gelöst Archiviert

How can I disable Insecure password warning in Firefox?

AjvarXX beantwortet
PN-4

I don't want this added step.

I don't want this added step.

Alle Antworten (3)

The value of the security.insecure_password.ui.enabled preference determines whether or not Firefox warns you about non-secure login pages.

  • enable the feature and be warned about non-secure login pages by setting this pref to true
  • disable the feature to be warned about non-secure login pages by setting this pref to false
  • security.insecure_password.ui.enabled = false

You can disable the warning when you type in a name/password field by setting this pref to false.

  • security.insecure_field_warning.contextual.enabled = false

There is signon.autofillForms.http for HTTP sites as an addition to the general signon.autofillForms pref to disable or enable filling a form automatically.

See also:

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

Geändert am von cor-el

Ausgewählte Lösung

And please remember not to use those same HTTP site logins on any sites where you care about your identity or the data you submit.

  • signon.autofillForms.http = true

Works for me. I know it was mentioned in post above but it wasn't noticeable.