Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 2 பதிலளிப்புகள்
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 2 views
  • Last reply by icme.su

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

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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..."

Read this answer in context 👍 1

All Replies (2)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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..."

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