Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

Learn More

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

How to disable security warning pop-ups?

  • 4 válasz
  • 1 embernek van ilyen problémája
  • 1 megtekintés
  • Utolsó üzenet ettől: cor-el

more options

I have an iMacro script I want to run, but what's stopping me from making it work properly is this pesky security warning that i'm accessing an insecure page. (The script submits an image to 2captcha)

How would I remove this popup? Or is there a way to make iMacros press 'continue' for me?

I have an iMacro script I want to run, but what's stopping me from making it work properly is this pesky security warning that i'm accessing an insecure page. (The script submits an image to 2captcha) How would I remove this popup? Or is there a way to make iMacros press 'continue' for me?

Összes válasz (4)

more options

Sir_Lagsalot said

I have an iMacro script I want to run, but what's stopping me from making it work properly is this pesky security warning that i'm accessing an insecure page. (The script submits an image to 2captcha) How would I remove this popup? Or is there a way to make iMacros press 'continue' for me?

I've read some forums that say you have to go to about:config and change the security.warn_ option, but when I put security.warn into the filter, nothing shows up. Is this a problem with my firefox?

more options

What code are you using to get this error?

What kind of security warning do you get?

Can you attach a screenshot?

  • Use a compressed image type like PNG or JPG to save the screenshot
  • Make sure that you do not exceed the maximum size of 1 MB

The prefs to disable (hide) security warnings have been removed a long time ago in Firefox and you can no longer hide them.

more options

cor-el said

What code are you using to get this error? What kind of security warning do you get? Can you attach a screenshot?
  • Use a compressed image type like PNG or JPG to save the screenshot
  • Make sure that you do not exceed the maximum size of 1 MB

The prefs to disable (hide) security warnings have been removed a long time ago in Firefox and you can no longer hide them.

The code does not matter, when I do it manually, it the warning still shows up. (I added a screenshot)

more options

This is about sending the form on a secure (HTTPS) page to an open (http) server page. Firefox informs you about this and you can't suppress this message. You can check the form via the right-click context menu in the Inspector via Inspect Element or check the page source for http:// links. You can contact the website and ask them to look into this vulnerability.

Possibly:

  • FORM=ACTION:http:// -> FORM=ACTION:https://