Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

How do I disable the blinking red microphone icon when I've allowed a tab to access the microphone?

more options

I like to keep a web app (Discord) in a pinned tab so I can see its favicon notifications (sorry, not sure of the correct term for this) when I get a new message. Because I also use it for voice communication, I've granted it long-term permissions to use the microphone. Unfortunately, this results in Firefox cycling its favicon with a red microphone icon, blinking it on and off about once per second. Not only is this somewhat annoying and eye-catching, but it also prevents me from glancing at the pinned tab's icon to immediately see if there's a new message, as the regular icon won't be shown half of the time. I'd like to disable this functionality if possible.

I've tried Googling for related issues ("Firefox disable microphone favicon", "Firefox blinking red microphone icon", etc.), but I haven't gotten any useful hits. I've also searched in about:config for things related to "mic", "micro" ("microphone" gets nothing), and "permiss" but also found nothing (come on, why isn't there a browser.tabs.showAudioRecordingIcon boolean?).

What else might I try to disable this icon? Perfectly willing to install an extension if needed. I've enabled the troubleshooting information, but I'm happy to run any additional diagnostics anyone needs.

I like to keep a web app (Discord) in a pinned tab so I can see its favicon notifications (sorry, not sure of the correct term for this) when I get a new message. Because I also use it for voice communication, I've granted it long-term permissions to use the microphone. Unfortunately, this results in Firefox cycling its favicon with a red microphone icon, blinking it on and off about once per second. Not only is this somewhat annoying and eye-catching, but it also prevents me from glancing at the pinned tab's icon to immediately see if there's a new message, as the regular icon won't be shown half of the time. I'd like to disable this functionality if possible. I've tried Googling for related issues ("Firefox disable microphone favicon", "Firefox blinking red microphone icon", etc.), but I haven't gotten any useful hits. I've also searched in about:config for things related to "mic", "micro" ("microphone" gets nothing), and "permiss" but also found nothing (come on, why isn't there a browser.tabs.showAudioRecordingIcon boolean?). What else might I try to disable this icon? Perfectly willing to install an extension if needed. I've enabled the troubleshooting information, but I'm happy to run any additional diagnostics anyone needs.

Všetky odpovede (1)

more options

I used this site as a test: https://www.onlinemictest.com/

I see the site icon fades in and out, exchanging with a microphone. Two elements that make up that area of the toolbar get a new attribute:

xul:image => .tab-icon-image[sharing="microphone"] xul:image => .tab-sharing-icon-overlay[sharing="microphone"]

While I can hide the microphone using the following rule, that doesn't prevent the regular icon from fading in and out.

.tab-sharing-icon-overlay[sharing="microphone"] {
  opacity: 0 !important;
}

So that doesn't really help. Maybe someone else can figure out how to stop the fade-in effect. I think an extension might be needed.