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?
Asked
Active
Viewed 8,000 times
8

Reza
- 3,473
- 4
- 35
- 54
2 Answers
4
Sadly, not yet, but there's an open bug about adding one: https://bugzilla.mozilla.org/show_bug.cgi?id=1410365

jnm
- 119
- 4
-1
Please do the following steps to trust the insecure URL in Firefox,
- Load the URL with HTTPS eg: https://test-abc.com
- You will be getting a black screen with "Warning: Potential Security Risk Ahead", click "Advanced.." button
- A new content will be loaded on the same page with "Accept the Risk and Continue" button, click the button
- refresh the page, now it will start working like chrome "Insecure origins treated as secure"

SaRaVaNaN DM
- 4,390
- 4
- 22
- 30
-
2This isn't equivalent to Chrome's 'insecure origins treated as secure.' This is the equivalent to the Chrome trick of typing 'thisisunsafe' when getting the Potential Security Risk Ahead screen. – Hooray Im Helping Sep 23 '21 at 22:16