Is there an equivalent of "Insecure origins treated as secure" of Chrome flag in Firefox?

Viewed 3603

I am using "Insecure origins treated as secure" flag in Chrome for development purposes and I have added some websites like http://myWebsite:port. It works great in Chrome. Now I need the same feature in Firefox but cannot find it. Is it possible to do so in Firefox?

2 Answers

Please do the following steps to trust the insecure URL in Firefox,

  1. Load the URL with HTTPS eg: https://test-abc.com
  2. You will be getting a black screen with "Warning: Potential Security Risk Ahead", click "Advanced.." button
  3. A new content will be loaded on the same page with "Accept the Risk and Continue" button, click the button
  4. refresh the page, now it will start working like chrome "Insecure origins treated as secure"
Related