Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

How to disable security warning pop-ups?

  • 4 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par 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?

Toutes les réponses (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://