Ovo će web mjesto raditi na ograničen način, dok obavljamo održavanje stranice. Ako neki članak ne riješi tvoj problem i ako želiš postaviti pitanje, naša zajednica za podršku spremna je pomoći na Twitteru @FirefoxSupport i na Redditu /r/firefox.

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

Form Fields Autofilling Despite autocomplete="nofill" or autocomplete="off"

  • Nema odgovora
  • 0 ima ovaj problem
more options

Hello Firefox Support Team,

I’m experiencing an issue where Firefox is autofilling form fields even when the autocomplete attribute is explicitly set to values like "off" or "nofill".

<form>

   <label for="username">Username:</label>
   <input type="text" id="username" name="username" autocomplete="nofill">
   
   <label for="password">Password:</label>
   <input type="password" id="password" name="password" autocomplete="off">

</form>

Despite trying several variations, Firefox continues to autofill these fields.

Could you clarify:

Is this expected behavior in Firefox? Are there specific guidelines or workarounds to prevent autofill in cases where it is not desired? Are there any browser settings or configurations that could override the autocomplete attribute? Any help or guidance would be greatly appreciated!

Hello Firefox Support Team, I’m experiencing an issue where Firefox is autofilling form fields even when the autocomplete attribute is explicitly set to values like "off" or "nofill". <form> <label for="username">Username:</label> <input type="text" id="username" name="username" autocomplete="nofill"> <label for="password">Password:</label> <input type="password" id="password" name="password" autocomplete="off"> </form> Despite trying several variations, Firefox continues to autofill these fields. Could you clarify: Is this expected behavior in Firefox? Are there specific guidelines or workarounds to prevent autofill in cases where it is not desired? Are there any browser settings or configurations that could override the autocomplete attribute? Any help or guidance would be greatly appreciated!
Priložene slike ekrana

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.