Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How to disable security warning pop-ups?

  • 4 antwoorden
  • 1 heeft dit probleem
  • 1 weergave
  • Laatste antwoord van 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?

Alle antwoorden (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://