Exceptions in popup blocking not work good

why sub-domains in exceptions in popup blocking not work? if i add a particular subdomain it works, but when i add an star in subdomain to do for all not work:
*.mihanblog.com
*.blogfa.com
//// Please add image upload on post feature to Firefox's support ////
//// Also add a suggestion forum to Firefox's support (like Chrome's forums) ////
Thanks

Do not add a * because Firefox doesn't support wildcard that way.<br />
Just specify the domain to apply the exception to a domains and all sub domains.
*Bug 336207 - Add wildcards to cookie exceptions list to permit subdomains if all cookies are blocked

Similar Messages

  • Popup Blocker NOT working in Safari 5.0.5!

    Hi all:
    I am using Safari 5.0.5;  Since installing Snow Leopard I seem to be getting more and more pop-up ads. Many will not close, no matter what one does. On others one hits the “X” to close and the *&%$# ad opens the ad page.
    Is there something that I can do with Safari or can anyone suggest a Third Party program that works extremely well to eliminate these annoying ads?
    Thanks in advance.
    Tek

    Thanks, Klaus1!
    I shall give it a try.
    I "love" and hate ads. Often they are useful. Most of the time they are a nuisance. Nice to have a choice to "tune out."

  • HT6001 the version 11.1.4 of iTunes not working good because it's not recognizing my iPhone and I can't do anything.

    the version 11.1.4 of iTunes not working good because it's not recognizing my iPhone and I can't do anything.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features(Later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (If this won't uninstall press on)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    See also HT1925: Removing and Reinstalling iTunes for Windows XP or HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    Should you get the error iTunes.exe - Entry Point Not Found after the above reinstall then copy QTMovieWin.dll from:
    C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    and paste into:
    C:\Program Files (x86)\iTunes
    The above paths would be for a 64-bit machine. Hopefully the same fix with the " (x86)" omitted would work on 32-bit systems with the same error.

  • I have a problem in this that i want to paas a form in a case that when user pres n then it must go to a form but error arises and not working good and threading is not responding

    made in cosmos help please need it
    using System;
    using Cosmos.Compiler.Builder;
    using System.Threading;
    using System.Windows.Forms;
    namespace IUOS
        class Program
            #region Cosmos Builder logic
            // Most users wont touch this. This will call the Cosmos Build tool
            [STAThread]
            static void Main(string[] args)
                BuildUI.Run();
            #endregion
            // Main entry point of the kernel
            public static void Init()
                var xBoot = new Cosmos.Sys.Boot();
                xBoot.Execute();
                Console.ForegroundColor = ConsoleColor.DarkBlue;
                a:
                Console.WriteLine("------------------------------");
                Console.WriteLine("WELCOME TO THE NEWLY OS MADE BY THE STUDENTS OF IQRA UNIVERSITY!");
                Console.WriteLine("------------------------------");
                Console.WriteLine();
                Console.WriteLine();
                Console.WriteLine();
                Console.WriteLine("\t _____                                
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |___________");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|_____|        |____________|         |____________|      ____________");
                string input;
                Console.WriteLine();
                Console.Write("\nAbout OS     : a");
                Console.Write("\nTo Shutdown  : s");
                Console.Write("\nTo Reboot    : r");
                Console.Write("\nStart Windows Normaly : n");
                Console.WriteLine();
                input = Console.ReadLine();
                if (input == "s" || input == "S"){
                    Cosmos.Sys.Deboot.ShutDown();
                else
                if (input == "r" || input == "R"){
                    Cosmos.Sys.Deboot.Reboot();
                else
                if (input == "a" || input == "A"){
                    Console.ForegroundColor = ConsoleColor.DarkBlue;
                    Console.Clear();
                    Console.WriteLine("\n\n\n-------------------------------------");
                    Console.WriteLine("version: DISPLAYS OS VERSION");
                    Console.WriteLine("about: DISPLAYS INFO ABOUT ANGRY OS");
                    Console.WriteLine("hello or hi: DISPLAYS A HELLO WORLD");
                    Console.WriteLine("MESSAGE THAT WAS USED TO TEST THIS OS!!");
                    Console.WriteLine("-----------------------------------");
                    Console.Write("You Want to know : ");
                    input = Console.ReadLine();
                    if (input == "version"){
                        Console.WriteLine("--------------------");
                        Console.WriteLine("OS VERSION 0.1");
                        Console.WriteLine("--------------------");
                    else
                    if (input == "about"){
                        Console.WriteLine("--------------------------------------------");
                        Console.WriteLine("OS IS DEVELOPED BY Qazi Jalil-ur-Rahman & Syed Akber Abbas Jafri");
                        Console.WriteLine("--------------------------------------------");
                    Console.Write("Want to go back to the main window");
                    Console.Write("\nYes : ");
                    string ans = Console.ReadLine();
                    if (ans == "y" || ans == "Y")
                        goto a;
                        Thread.Sleep(10000);
                    else
                    if (input == "n" || input == "N")
                        Thread.Sleep(5000);
                        Console.Clear();
                        for (int i = 0; i <= 0; i++){
                            Console.Write("\n\n\n\n\t\t\t\t\t  ____        ____   ___  
                            Console.Write("\n\t\t|\t\t |  |      |    |     
    |   |  | |  |  |");
                            Console.Write("\n\t\t|\t|    |  |----  |    |     
    |   |  | |  |  |---");
                            Console.Write("\n\t\t|____|____|  |____  |___ |____  |___|  |    |  |___");
                            Thread.Sleep(500);
                        Thread.Sleep(5000);
                        Console.Clear();
                        BootUserInterface();
                        Console.ReadLine();
    //                    Form1 fo = new Form1();
                    else{
                        for (int i = 0; i <= 5; i++){
                            Console.Beep();
                            Thread.Sleep(1000);
                            goto a;
                while (true);
            private static void BootUserInterface() {
                Thread t = new Thread(UserInterfaceThread);
                t.IsBackground = true;
                t.SetApartmentState(ApartmentState.STA);
                t.Start();
            private static void UserInterfaceThread(object arg) {
                Form1 frm = new Form1();  // use your own
                Application.Run(frm);
     

    Hi
    Jalil Cracker,
    >>when user pres n then it must go to a form but error arises and not working good and threading is not respondin
    Could you post the error information? And which line caused this error?
    If you want to show Form1, you can use form.show() method
    Form1 frm = new Form1();
    frm.Show();
    In addition, Cosmos is an acronym for C# Open Source Managed Operating System. This is not Microsoft product.If the issue is related to Cosmos, it would be out of our support. Thanks for your understanding. And you need raise an issue at Cosmos site.
    Best regards,
    kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there any official market or store or anything in Egypt to fix my iphone 4 it jumped from 5th floor and the back hous was crashed and the network sensor was not working good but the phone and the screen and the others things are ok so plz help ???

    Is there any official market or store or anything in Egypt to fix my iphone 4 it jumped from 5th floor and the back hous was crashed and the network sensor was not working good but the phone and the screen and the others things are ok so plz help ???
    my iphone is now just coverd with case and the back house is crased

    Etisalat, Mobinil and Vodafone provide warranty service in your country.  You can also search Google for a 3rd party repair shop near you.

  • My i phone is not working good

    hi.my iphone is not working good. sometimes the buttons not works....

    Can you be a little more specific? that isn't much to go on.

  • Keyboard is not working good, when i "click" space it appears number "6" instead

    from my macbook pro- the keyboard is not working good, when i "click" space it appears number "6" instead.
    Any idea what is wrong here?
    I do not hace a Apple store close to me.

    Firefox 3.6 requires at least OS X 10.4, the last version that works on OS X 10.2.8 is Firefox 2.0.0.20 available from ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.20/mac/en-US/

  • CSS transition 'left' for ':before' block not work

    CSS transition 'left' for ':before' block not work.
    Some css rules:
    http://www.screencast.com/t/f2MaN5TRpY
    Video of working in firefox:
    http://www.screencast.com/t/YMBKR77kAQ
    Video of working in google chrome:
    http://www.screencast.com/t/yOc8tN7yZcA

    Is it just the left property that doesn't work?
    I found an old bug from 2010 where transition was first made to apply to generated content, but I don't know the details of which properties were tested: [https://bugzilla.mozilla.org/show_bug.cgi?id=555627 555627 – CSS Transition Cannot Be Applied to :before/:after insertions].

  • How do i unable a popup blocker not letting me print

    how do i unable a popup blocker not letting me print

    Safari > Preferences > Security 
    Web content:
    Uncheck the box beside "Block pop-up windows".

  • Hi the wifi when make update not works good

    hi
    the wifi when make update not working good
    now i cannot turn on wifi the wifi button
    can you help me please ????

    Hello Riham123,
    Thank you for using Apple Support Communities.
    It sounds like the wifi button is grayed out and you are unable to toggle it.
    I recommend trying the steps in this article:
    iOS: Wi-Fi settings grayed out or dim
    http://support.apple.com/kb/ts1559
    Verify that airplane mode is off by tapping Settings > Airplane Mode.
    Reset the network settings by tapping Settings > General > Reset > Reset Network Settings.
    Note: This will reset all network settings, including Bluetooth pairing records, Wi-Fi passwords, VPN, and APN settings.
    Ensure that your device is using the latest software. To do so, connect your device to your computer and check for updates in iTunes.
    If your issue is still unresolved, perform a software restore in iTunes.
    All the best,
    Sterling

  • Have 5s is crooked and button Sam time not working good I buy it in may 2014 .

    have 5s is crooked and button Sam time not working good I buy it in may 2014 still under warranty  .

    If this is a hardware problem, contact Apple Support or visit an Authorized Apple Service Provider to get it serviced.
    iPhone - Contact Support - Apple Support
    To rule out a software issue, set it up as new device, explained here:
    How to erase your iOS device and then set it up as a new device or restore it from backups

  • Auto sizing popup feature not working in Firefox

    I have started using Firefox as my default browser
    instead of IE. I just discovered that the popup windows, which I've
    linked from an image map on one particular document do not work. In
    the following doc, the image has about 35 links to popup windows,
    none of which work in Firefox. They do work in IE.
    http://www.stoneedge.com/help/Main_Menu_5.8_Beta.htm
    Is this a known issue? I couldn't find reference to it on the
    forum, so then I wonder if its a matter of settings. I turned of
    Firefox's popup blocker, so that's not it. I do prefer to use the
    popup, but if there's no fix, the "Display in Frame" option DOES
    work in Firefox, so I'll just have to use that instead.
    Any information, fixes, suggestions are much appreciated!
    Thanks,
    Beth

    Hi,
    Have you tried Tools | Update DHTML-effects in topics ?
    You may also want to check out this post: http://forums.adobe.com/message/2262688, and this post: http://forums.adobe.com/message/2207677#2207677 I don't know if the problems there are exactly the same as yours, but it's definitely worth a try, especially Praful's 'updated' ehlpdhtm.js.
    Greet,
    Willam

  • Calendar popup is not working properly in af:inputDate

    HI,
    I am using af:inputDate component as,
    <af:inputDate label="Input Date :"/>
    The popup calendar is not working properly in my case. When I click on calendar buttong of the component, it is opening the calendar popup properly with showing proper date.
    Now in this popup I am able to change month or year only once. Means if I am watching January month initialy and now I changed it to May, it reflect the month properly. But before closing the dialog, if I again change the month to some another month, it is not changing the calendar at all. The same case is with year also.
    One more thing i want you to notice is, this component is working properly on a sample page where there is nothing in that page. But when I am adding it in my application with the same tag, it is not working.
    Can any one tell me where I should look for the fix?
    Sujay

    Sujay,
    It's always frustrating when someone says "it is giving me exception" without providing the details. It's akin to going to your automobile mechanic and saying, "a warning light comes on." Wouldn't you think it pertinent to tell the mechanic which warning light came on? If yes, then why wouldn't you provide the exception (and perhaps the pertinent part of the stack trace) here?
    Furthermore, since it works in a "very simple page," the component does at least work part of the time. If your car started at least part of the time, you'd tell your mechanic what you did that causes it not to start (for example, when I leave the headlamps on all night, it doesn't start the following morning). So... what is special about your page that it doesn't work?
    Best,
    John

  • JavaScript popup code not working 4 me

    Hi,
    I am to trying to open pop windows in Flash through
    JavaScript. Now I found a number of ways to do this on the forums
    but none is working for me. When I click the swf button containing
    the pop code (embedded in html), nothing happens. I do not have pop
    windows blocked, and when I click the button in stand alone swf
    file (i.e. not embedded in html), I receive the following error
    message:
    Macromedia flash player has stopped a potentially dangerous
    operation. The following application on your computer or network
    <name of file>
    is trying to communicate with this internet-enabled location
    <unknown>
    To let this application communicate with the internet, click
    settings.
    /********** FIRST CODE ****************/
    The first was from kirupa.com. The code on the button is:
    on (release) {
    //customize the window that gets opened
    // 0 equals NO.
    // 1 equals YES.
    address = "
    http://www.google.com";
    target_winName = "google";
    width = 400;
    height = 300;
    toolbar = 0;
    location = 0;
    directories = 0;
    status = 0;
    menubar = 0;
    scrollbars = 1;
    resizable = 0;
    //sends data back to the function
    _root.openWinCentre(address, target_winName, width, height,
    toolbar, location, directories, status, menubar, scrollbars,
    resizable);
    The code on the root timeline is:
    _root.openWinCentre = function (url, winName, w, h, toolbar,
    location, directories, status, menubar, scrollbars, resizable) {
    getURL ("javascript:var myWin; if(!myWin ||
    myWin.closed){myWin = window.open('" + url + "','" + winName +
    "','" + "width=" + w + ",height=" + h + ",toolbar=" + toolbar +
    ",location=" + location + ",directories=" + directories +
    ",status=" + status + ",menubar=" + menubar + ",scrollbars=" +
    scrollbars + ",resizable=" + resizable +
    ",top='+((screen.height/2)-(" + h/2 +
    "))+',left='+((screen.width/2)-(" + w/2 + "))+'" +
    "')}else{myWin.focus();};void(0);");
    /********** SECOND CODE **************/
    The code on the button is:
    btn.onRelease = function()
    getURL("javascript:window.open('
    http://www.google.com','newWin','width=300,height=200,left=0,top=0,toolbar=No,location=No, scrollbars=No,status=No,resizable=No,fullscreen=No')");
    Nothing on the root timeline.
    Anyone got a clue what’s happening? I was wondering
    whether there was problem with settings on my computer? Also, I do
    not want to embed JavaScript code in the HTML file.
    Many thanks,
    Essaeyu

    What I want to achieve is something very basic, done n times
    on the web, but its strange that its not working on my machine. I
    am getting popups through getURL function and on HTML links but not
    from swf/javascript links. This includes linking both to the
    webpages on the internet e.g. google and pages on my machine. I
    have tried three different ways of achieving this and am attaching
    thecode. Can someone look at the files please and see what’s
    wrong/spot something I overlooked? I will be extremely grateful.
    Here is the code in the fla's (and html in one case). No
    facility to attach files else i would have done so. Though the
    flas/swf/html files can be downloaded from:
    http://www.actionscript.org/forums/showthread.php3?p=623694#post623694.
    These are three zip files posted by user essaeyu today.
    Many thanks,
    Essaeyu
    /*************** Code in the first file ****************/
    The code on the button is:
    btn.onRelease = function()
    getURL("javascript:window.open('
    http://www.google.com','newWin','width=300,height=200,lef
    t=0,top=0,toolbar=No,location=No,scrollbars=No,sta
    tus=No,resizable=No,fullscreen=No')");
    Nothing on the root timeline.
    /*************** Code in the second file ****************/
    /*Taken from kirupa.com*/
    The code on the button is:
    on (release) {
    //customize the window that gets opened
    // 0 equals NO.
    // 1 equals YES.
    address = "
    http://www.google.com";
    target_winName = "google";
    width = 400;
    height = 300;
    toolbar = 0;
    location = 0;
    directories = 0;
    status = 0;
    menubar = 0;
    scrollbars = 1;
    resizable = 0;
    //sends data back to the function
    _root.openWinCentre(address, target_winName, width, height,
    toolbar, location, directories, status, menubar, scrollbars,
    resizable);
    The code on the root timeline is:
    _root.openWinCentre = function (url, winName, w, h, toolbar,
    location, directories, status, menubar, scrollbars, resizable) {
    getURL ("javascript:var myWin; if(!myWin ||
    myWin.closed){myWin = window.open('" + url + "','" + winName +
    "','" + "width=" + w + ",height=" + h + ",toolbar=" + toolbar +
    ",location=" + location + ",directories=" + directories +
    ",status=" + status + ",menubar=" + menubar + ",scrollbars=" +
    scrollbars + ",resizable=" + resizable +
    ",top='+((screen.height/2)-(" + h/2 +
    "))+',left='+((screen.width/2)-(" + w/2 + "))+'" +
    "')}else{myWin.focus();};void(0);");
    /*************** Code in the third file ****************/
    Code in the html header
    <script language="JavaScript">
    <!--
    function spawnWindow(URL , u_name)
    var my_vin;
    my_vin = window.open(URL , u_name);
    //-->
    </script>
    Script in flash root timeline:
    btn.onRelease = function()
    getURL ("javascript:spawnWindow('
    http://www.google.com','newwin')");
    }

  • Windows 2008r2 script exceptions to popup blocker

    I'm trying to deploy Firefox 25 to about 400 users via Win2008r2 terminal services in and AD environment. I want popup blocker to be enabled but I need a way to auto-populate a list of exceptions for these users automatically when they first logon. Without the ability to 'push' exceptions into configurations, the popup blocker will generate too many support calls for Firefox to be viable.
    The preferred option would be GPO (I've tried all the firefoxadm type options but they are all outdated for FF25 and 64bit) but pushing files around with scripts at login would do. I've tried making changes to the popup exclusion list and then checking for changing config files but can't see anything obvious for the stored locations.

    The popup whitelist sites seemed to be stored in permissions.sqlite file, which is a SQL Lite DB, that is part of the profile that is created for the user. I am checking to see if there is an easier way for editing this file or a script hat can insert the required settings for the popup blocker in the DB - that way you can execute the script.
    To check the key and value, I guess you can copy the permissions.sqlite DB from the profile and view it in a SQLite browser - and after that I would think it will be a SQL insert command into the DB.
    I will post whatever I can find to make this easier for you. Request you to kindly provide the solution if you were able to get this working.
    Thank you

Maybe you are looking for

  • PID loop rate with counters

    I'm trying to use a PXI-8106 RT and LabviewRT 8.5 as a PID controller to control 3 motors.  I'm measuring the speed of the motors by measuring the frequency of the encoder with a 6608. This article http://zone.ni.com/devzone/cda/tut/p/id/5423 claims

  • How to get SYSDBA or SYSOPER credentials

    Hi, I am having SYS credentials. But I want to know SYSDBA or SYSOPER credentials. How can I check in Database to get them? DB:11g. I am trying to connect using windows GUI it is asking for anyone of those SYSDBA or SYSOPER credentials

  • Norton Anti Virus for Mac?  Does it do anything?

    I didnt know where to post t his so sorry if it's in the wrong place.  Im just wondering if there's any reason to use Norton  for Mac.  My internet service provides it for free so I had downloaded it. (Antivirus/Firewall/LiveUpdate)   But I don't kno

  • Bought the Adobe Photoshop Elements 13 & Adobe Premiere Elements 13 Student and Teacher Edition accidentally.

    Hi, I accidentally bought the Adobe Photoshop Elements 13 & Adobe Premiere Elements 13 Student and Teacher Edition. And as I am not currently neither a teacher nor student I wont pay for a pruduct I can't use. So my question is, how do cancel that pu

  • Flash tutorial for BPEL and ESB stuff

    Hi Thank you for reading my post is there any flash tutorial for BPEL and ESB support of Jdeveloper ? something step by step which helps me to learn these features of jdeveloper. thanks