Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

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

  • 12 პასუხი
  • 8 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 9 ნახვა
  • ბოლოს გამოეხმაურა dumdidadida

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)

Hi,

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

about:config Entries

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

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

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 ?

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.

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

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

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

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.

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

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.

Thank you :)