Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How to disable security warning pop-ups?

  • 4 ŋuɖoɖowo
  • 1 masɔmasɔ sia le esi
  • 1 view
  • Nuɖoɖo mlɔetɔ 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?

All Replies (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://