Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Este site irá ter funcionalidade limitada enquanto fazemos manutenção para melhorar a sua experiência. Se um artigo não resolve o seu problema e quiser colocar uma questão, temos a nossa comunidade de apoio à espera de o ajudar em @FirefoxSupport no Twitter, /r/firefox no Reddit.

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

Saber mais

Firefox does not block "flash" popups, even with popup blocker activated and disable_from_plugin at 2

  • 12 respostas
  • 8 têm este problema
  • 1 visualização
  • Última resposta por dumdidadida

more options
Hi, the option to block popup is checked there aren't any website on the exception liste, the config privacy.popups.disable_from_plugins is already at 2 but flash popup, like this one : http://content.yieldmanager.edgesuite.net/atoms/73/23/c6/db/7323c6db7310e0f98bb564d12cda0eb8.swf?clickTag=http%3A%2F%2Fad.harrenmedianetwork.com%2Fclk%3F3%2CeJydUE1vgkAU.DXciIFdXJaQHpaipCgogrVyabbsCqh8iGtEfn3Xatp7Jy-Tycy8d3g6tOHYyADljAII8Rdmtg4xRWPAdjpTNdu2dYwszQQIYdVYzg6vq7ifEffycTHID.yTH14fkuR32j70Et.Z85whXjzz9cnyH8phm3VD.g83n.bRU78RIu.nLiYbMY7bfe781SbGwns.pklazDfRbbsPRJBMj0Gsl2EVDfMkM9IkLMNk0m9BcE2j380XVS2EaBVIFDCVQ9mooF3H64qzktZcXJvuMMqaSmZnoUBZ-BS3livQLXcdrbgCkLTO5XC3TIB7S5PWmWeibGppyYci0wTfge1xgg%3D%3D%2C open a popup, only a few seconds after optening, without any click or anything else

Todas as respostas (12)

more options

Hi,

You can try to set plugins.click_to_play to true in about:config.

about:config Entries

more options

You can look at Adblock Plus to hide Flash pop-ups.

You need to subscribe to a Filter list (e.g. the EasyList).

more options

i know adblock but it's not the solution. i don't want to block the ads, i just want to block popups. that ad is openning a popup like every 5 minutes, without doing anything !

chrome block this popup without any problem, firefox should be able too, no ?

more options

The Chrome and Internet Explorer Flash implementations is different from the Firefox implementation. Also, ideally there would be user controllable settings/preferences to control Flash behavior in the Windows Control Panel > Flash Player. As this is not so, users would have to try add-ons or extra Firefox manipulations.

more options

but there is an option privacy.popups.disable_from_plugins in firefox to especially block popup from plugins, so i think it can be blocked by firefox if we find out how this ad is bypassing the anti popup from firefox

more options

Yes, that is true. It could be that this is programmed as a new tab?? Please note that there would surely be a better explanation :)

more options

according to this site : http://www.showmycode.com/

the source code is :

//---------------------------------------------------------------------- //Symbol 41 MovieClip Frame 25 //----------------------------------------------------------------------

   time_txt.text = int(time_txt.text) + 1;
   gotoAndPlay (2);
   if (int(time_txt.text) == 3) {
       getURL (_root.clickTag, "_blank");
   }

 //---------------------------------------------------------------------- //Instance of Symbol 27 MovieClip "controller" in Frame 1 //---------------------------------------------------------------------- onClipEvent (enterFrame) {

   this._x = _root._xmouse;

}  //---------------------------------------------------------------------- //Symbol 38 Button //---------------------------------------------------------------------- on (release) {

   getURL (clickTag, "_blank");

}  //---------------------------------------------------------------------- //Frame 1 //----------------------------------------------------------------------

   startDrag ("follow", true);
   Mouse.hide();

Modificado por cor-el a

more options

Sorry, that is so foreign to me :) Maybe a Flash programmer would be able to explain?? You can also try to post in a Flash programming site.

more options

do mozilla developpers read this section and can provide a response ?

more options

A better, faster way to get developer attention would be to file a report @ Bugzilla@Mozilla. You can then post a link to that here.

more options
more options

Thank you :)