Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

In the "autoplay media with sound" popup, can the "Remember this decision" checkbox be unchecked by default?

  • 2 risposte
  • 2 hanno questo problema
  • 2 visualizzazioni
  • Ultima risposta di icme.su

more options

I uncheck "Remember this decision" 99% of the time, and I would like a way to have it unchecked by default. Maybe someplace in Options, about:config, or elsewhere? The popup and the checkbox are in this screenshot: https://i.imgur.com/Ht4xB3r.png

Firefox Nightly 64.0a1 (2018-09-12) (64-bit) Windows_NT 10.0

I uncheck "Remember this decision" 99% of the time, and I would like a way to have it unchecked by default. Maybe someplace in Options, about:config, or elsewhere? The popup and the checkbox are in this screenshot: https://i.imgur.com/Ht4xB3r.png Firefox Nightly 64.0a1 (2018-09-12) (64-bit) Windows_NT 10.0

Soluzione scelta

A search in the source code shows that this box is checked by default, so there is no way to have it unchecked.

    if (checkbox.show) {
      checkbox.checked = true;
      checkbox.label = gBrowserBundle.GetStringFromName("autoplay.remember");
    }

You can leave feedback and comments via "Help -> Submit Feedback..."

Leggere questa risposta nel contesto 👍 1

Tutte le risposte (2)

more options

Soluzione scelta

A search in the source code shows that this box is checked by default, so there is no way to have it unchecked.

    if (checkbox.show) {
      checkbox.checked = true;
      checkbox.label = gBrowserBundle.GetStringFromName("autoplay.remember");
    }

You can leave feedback and comments via "Help -> Submit Feedback..."

more options

Thanks! I submitted feedback, and now I'm crossing my fingers.