How do i turn off the warning: due to mozilla's security features, a link was blocked?

the error message was: Security Error

I have been having the same problem and just found the root cause and solution.
This is likely caused by the Web Fixer add on. If you have this add on installed, you should have a small icon on the bottom right corner of Firefox (next to the authentication padlock icon) that says Fix. Click this to access the Web Fixer menu and choose Quick Settings --> Change Settings --> Other Options tab. Uncheck the box labeled "Show message on security errors."
You may need to restart Firefox for the fix to work.
Hope this helps, this problem was driving me nuts!

Similar Messages

  • How do you shut off the opening page of Mozilla's new features?

    im getting really pissed off not being able to stop 2 pages from opening when i click on my firefox browser. one page which I want to open up is my yahoo.com page, the other is your new mozilla add ons page. its annoying and im about to stop using Mozilaa because of it. its ridiculous that we can stop it from loading everytime I open my browser. ive tried so many things to stop it. please help and thank you for your time
    kevin

    Do you mean the regular Add-ons page (the one that opens when you press Ctrl+Shift+a) or a page for a specific add-on?
    Do you get the unwanted page when you launch a new window (Ctrl+n)?
    If so, that can indicate either:
    * Your settings list two home pages. These articles will help in clearing that up:
    ** [[Startup, home page and download settings]]
    ** [[How to set the home page]]
    * One of your add-ons is showing the new page.
    If the extra page does NOT appear in a new window, could you test using your Firefox desktop icon a second time without closing Firefox? This should launch a new window.
    If THAT new window has the unwanted page, your Firefox shortcut might be hacked. You can check by right-clicking it > Properties > Shotcut tab. The Target for 64-bit Windows 7 should be no more and no less than the following:
    "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    If THAT new window does NOT have the unwanted page, Firefox may be showing a "one time" page and failing to record that it has showed the page, so it keeps doing that one time action at every startup. Have you noticed Firefox having problems remembering any other settings changes? This article has a range of suggestions for addressing this kind of issue: [[How to fix preferences that won't save]].

  • How do i turn off trash warning?

    how do i turn off the trash warning?

    Finder ▹ Preferences ▹ Advanced ▹ Show warning before emptying the Trash: uncheck

  • All of a sudden, I need to use my password to drag a file to 'Trash'; how do I turn off the password requirement?

    I've had this MacBook Air for 9 months and never had to type a pasword in so I could drag a file to the trash. Yesterday, the computer started requiring me to type my password in so that a file could be dragged to 'Trash'. Why did this start happening, and how do I turn off the requirment for my password?

    Repairing the permissions of a home folder in Lion is a complicated procedure. I don’t know of a simpler one that always works.
    Back up all data now. Before proceeding, you must be sure you can restore your system to its present state
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the page that opens.
    Drag or copy — do not type — the following line into the Terminal window, then press return:
    chmod -R -N ~
    The command will take a noticeable amount of time to run. When a new line ending in a dollar sign ($) appears below what you entered, it’s done. You may see a few error messages about an “invalid argument” while the command is running. You can ignore those. If you get an error message with the words “Permission denied,” enter this:
    sudo !!
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up.
    Next, boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the Recovery screen appears, select Utilities ▹ Terminal from the menu bar.
    In the Terminal window, enter “resetpassword” (without the quotes) and press return. A Reset Password window opens. You’re not going to reset the password.
    Select your boot volume if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select  ▹ Restart from the menu bar.

  • How do i turn off the compatibility mode on my ipod classic

    how do i turn off the compatibility mode on my laptop, i cannot transfer music from the laptop to my ipod classic, it shows a warning massage that i shoud turn off the compatability mode.

    Reset it: hold the Menu and center buttons down until it resets.
    If that does not work you may just have to run the battery down.

  • Every time I start iTunes I get the message: "iTunes exec has been set to run in compatability mode for an older version of Windows. Turn off compatability mode for iTunes before you open it." How do I turn off the compatability mode?

    Every time I start iTunes I get the message: "iTunes exec has been set to run in compatability mode for an older version of Windows. Turn off compatability mode for iTunes before you open it." How do I turn off the compatability mode? Particularly when I have to do it before I turn on iTunes.

    Try the following document, only be sure that none of the boxes in the compatibility mode tab are checked (not just the compatibility mode box itself):
    iTunes for Windows: How to turn off Compatibility Mode

  • How do I turn off the feature that allows the duplication of App downloads to more than one phone? As in my wife downloads an app and I get a dulpicate download on my phone.

    How do I turn off the feature that allows the duplication of App downloads to more than one phone? As in my wife downloads an app and I get a dulpicate download on my phone.

    To disable that feature it will depend on whether or not you sync everything in the cloud using Apple's iCloud, OR if you both use the same desktop/laptop computer with iTunes. Here is a link to the Apple support page in regards to the automatic download feature included with your iPhone and corresponding softwares such as iTunes.
    http://support.apple.com/kb/ht4539
    Follow those instructions and it will all be taken care of.

  • How can I turn off the WLS 6.1 security in order to develop my own application-based security module?

    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit our company's needs.
    The security requirements are that, users' password need to be aged (30 days maximum) and we need to provided a GUI front-end (JSP) to allow users to change their password when these expire after 30 days.
    Our internal contacts in the company, have already taken the lead to find out about whether we will be able to use the WLS 6.1 platform to do this and the answer we got back, was.
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our own application-based security module?
    2. How can we develop a security module that allows us to age users' password and provide them with facilities to change their passwords when these expire?
    At the moment, we are using the default BEA WebLogic login.jsp page and there some configuration in the web.xml for this. I will be grateful if you could advise me on how to turn this default security off so that we can write our own security module.

    hi,
    1.You can write your own realm in 61 which can plugged for your security
    calls.
    2. once you write your ownrealm.. you can access it through weblogic
    api/ur api..
    thanks
    kiran
    "Richard Koudry" <[email protected]> wrote in message
    news:3dd0d081$[email protected]..
    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit ourcompany's needs.
    >
    The security requirements are that, users' password need to be aged (30days maximum) and we need to provided a GUI front-end (JSP) to allow users
    to change their password when these expire after 30 days.
    >
    Our internal contacts in the company, have already taken the lead to findout about whether we will be able to use the WLS 6.1 platform to do this and
    the answer we got back, was.
    >
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our ownapplication-based security module?
    >
    2. How can we develop a security module that allows us to age users'password and provide them with facilities to change their passwords when
    these expire?
    >
    At the moment, we are using the default BEA WebLogic login.jsp page andthere some configuration in the web.xml for this. I will be grateful if you
    could advise me on how to turn this default security off so that we can
    write our own security module.

  • How do I turn off the annoying voice on Apple TV.

    How do I turn off the very annoying voice to come on when I use Apple TV. I did not have this when I first set it up but had to reset the apple tv as my Netflix wa not working?

    settings > general > accessibility > off

  • How do I turn off the requirement to enter my password everytime I want to delete a file in Finder?

    How do I turn off the requirement to enter my password everytime I delete a file in finder?

    Please take these steps if you're prompted for a password when moving items in your home folder to the Trash.
    1. Triple-click anywhere in the line below on this page to select it:
    ~/.Trash
    2. Right-click or control-click the highlighted line and select
    Services ▹ Show Info in Finder (or just Show Info)
    from the contextual menu.* An Info dialog should open.
    3. The dialog should show "You can read and write" in the Sharing & Permissions section. If that's not what it shows, click the padlock icon in the lower right corner of the window and enter your password when prompted. Use the plus- and minus-sign buttons to give yourself Read & Write access and "everyone" No Access. Delete any other entries in the access list.
    4. In the General section, uncheck the box marked Locked if it's checked.
    5. From the action menu (gear icon) at the bottom of the dialog, select Apply to enclosed items and confirm.
    6. Close the Info window and test.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

  • How can I turn off the yellow pop-up tool tips?

    Howdy,
    I have searched high and low in the preferences and found nothing that does the trick. How can I turn off the yellow pop-up tool tips?
    See attached screen shot. They are incredibly annoying. It's probably obvious, but I cannot find it anywhere on internets or this forum.
    Thanks!

    Thanks Nancy. Unfortunately that doesn't do it. I turned those off awhile back. Nor can I find anything under VIEW that seems to make a difference.  Just FYI: I'm on a Mac OS w/Dreamweaver CS6 - but this has happened on previous versions of DW. Thanks again.

  • How can I turn off the sound from the original midi  or audio tracks when I turned on the duplicate tracks for editing ?

    How can I turn off the sound from the original midi or audio tracks when I edit or listen to the duplicate tracks in Logic Pro 9 ?
    I'm using iMac desktop with Mac OS X Version 10.7.3. Pls advise.

    Dan,
    It sounds like one of your preferences has changed.
    Go to preferences > audio > general, and make sure "track mute/solo" is set to "CPU saving (slow response)". It is probably set to "Fast " at the moment.
    This setting (fast) basically causes immediate muting from the channel strip while your song is in play. This is because the audio is still being read from the hard drive, but the channel strip is simply muted.... like a hardware mixer. When set to "CPU saving", the audio from that track, when muted, is actually stopped from streaming from the hard drive, but there is a couple second delay before the audio is actually muted.
    One would think that the fast setting is generally preferable, except when you need to do what you are doing. The only way to keep duplicate copies of channel strips acting independent of one another is to leave this setting on the "CPU saving" setting.
    Hope that helps

  • I am using earphones, but the external audio of my mini ipad is still on. How can I turn off the external audio while listening with my headset?

    I am using earphones, but the external audio of my mini ipad is still on. How can I turn off the external audio while listening with my headset/earphones?

    Other than iMovie, GB always incorporates the audio files into the GB package. So just save or move the GB project to the external drive, and you're done - anything you import, edit or record will be saved to the external drive.

  • How can I turn-off the apps which I have opened once in ISO 7.0.2. In previous version of ISO it was easy to turn- the opened apps by double clicking on home button and then click and hold on respective apps then click on cross sign.

    How can I turn-off the apps which I have opened once in ISO 7.0.2. In previous version of ISO it was easy to turn-off the opened apps by double clicking on home button and then click and hold on respective apps then click on cross sign but in this version I could not do so and my iPad appears slower.

    Close inactive apps
    1. Double tap the home button to bring up the multi-tasking view
    2. Swipe the app's windows upwards to close
    3. The app will fly off the screen

  • I downloaded the os7 and now I have to sign in ever time I turn on my ipad. How do I turn off the password

    How do I turn off the password every time I turn on my ipad. I have the new os7 installed.

    Settings, general, passcode lock, enter passcode, turn passcode off.

Maybe you are looking for

  • Voicemail notifications in email from someone else's account

    Hi, I really like the email notifications when I get a voicemail on my FIOS landline.  I really do.  But I don't like the email notifications that tell me that someone else, whom I don't know, gets a voicemail.  I tried contacting the other person bu

  • Some Podcasts Not Downloading - Error 8006

    I am running iTunes 7.4.2 - for some reason, some (but not all) of my podcasts suddenly will NOT update. Instead they have an "!" next to them, and when I click on the exclamation point, I get the following error message" "There was a problem downloa

  • Re: Select statement in the report

    Hi Experts, In my selection-screen contains ernam as a parameter. If it balnk in the selection-screen, the select statement is not working. if it is not blank ,the select statement is  working fine. TABLES: vbak. TYPES: BEGIN OF ty_vbak,         vbel

  • Hi, for stastical postings any report available in sap what is the t.code

    hi Hi, for stastical f-38/f-55 postings any report available in sap what is the t.code sd/- Sreenivas.P

  • IDVD fails to launch

    I installed a new hard drive in my MacBook (late 2007 model) and installed the OS and software from the DVDs. Everything runs great except iMovie and iDVD. When I click on the iDVD icon in the dock, or click on iDVD in the list in Finder>Applications