为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to disable security warning pop-ups?

  • 4 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 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?

所有回复 (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://