Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 12 个回答
  • 8 人有此问题
  • 9 次查看
  • 最后回复者为 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

所有回复 (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();

由cor-el于修改

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 :)