搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 12 回覆
  • 8 有這個問題
  • 13 次檢視
  • 最近回覆由 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 :)