Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Setting to block embedded videos from initially playing?

  • 3 respostas
  • 3 têm este problema
  • 260 visualizações
  • Última resposta por xytsrm

more options

When Firefox was initially run it blocked embedded videos from automatically playing; they had to be manually started. Now, the only feature found in the privacy setting is to stop the sound from automatically playing.

What happened to the original capability, to stop videos from automatically playing?

When Firefox was initially run it blocked embedded videos from automatically playing; they had to be manually started. Now, the only feature found in the privacy setting is to stop the sound from automatically playing. What happened to the original capability, to stop videos from automatically playing?

Solução escolhida

Note that some players that are created via JavaScript may not be caught by Firefox and might still start playing.

Ler esta resposta no contexto 👍 0

Todas as respostas (3)

more options

Hello xytsrm,

Would you try this please :

Type in the address bar about:config and press Enter (promise to be careful, if asked)

Type in the search bar media.autoplay

and check the values of these preferences :

media.autoplay.default = 1 [0=Allowed, 1=Blocked, 2=Prompt]

media.autoplay.allow-muted = false

media.autoplay.enabled.user-gestures-needed :

You'll have to experiment with the value, to see whether false or true works for you.

Also try to toggle :

media.block-autoplay-until-in-foreground

After you've made changes, close and restart Firefox.


Also see this article (which I think you've already read, but just in case) :

https://support.mozilla.org/en-US/kb/block-autoplay

more options

Solução escolhida

Note that some players that are created via JavaScript may not be caught by Firefox and might still start playing.

more options

McCoy said

Hello xytsrm, Would you try this please : Type in the address bar about:config and press Enter (promise to be careful, if asked) Type in the search bar media.autoplay and check the values of these preferences : media.autoplay.default = 1 [0=Allowed, 1=Blocked, 2=Prompt] media.autoplay.allow-muted = false media.autoplay.enabled.user-gestures-needed : You'll have to experiment with the value, to see whether false or true works for you. Also try to toggle : media.block-autoplay-until-in-foreground After you've made changes, close and restart Firefox.

Also see this article (which I think you've already read, but just in case) :

https://support.mozilla.org/en-US/kb/block-autoplay

Thanks,

Some how media.autoplay.allow-muted = false was changed to "True". Perhaps I inadvertently clicked on the icon in the address-bar, turning the blocking off.

Changing back to "false" again stopped the videos from initially playing.

Thanks again. X