You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chromium based browsers, for a long time, have had this feature where you can bypass invalid SSL certificates, including ones where HSTS is enabled (be that because is on a preload list or you accessed it before with a valid cert).
This is very useful on development workflows and is something that was discussed with the Firefox team, but never was implemented for various reasons. Some examples:
I'm aware that Firefox offers some alternatives to this, most of them discussed before, but the main differences are that those options either are persistent config changes that you later would need to rollback to return to the normal browsing or require a restart to make them work.
The keywork approach allows you to bypass that only for the current interaction, which is really useful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Chromium based browsers, for a long time, have had this feature where you can bypass invalid SSL certificates, including ones where HSTS is enabled (be that because is on a preload list or you accessed it before with a valid cert).
This is very useful on development workflows and is something that was discussed with the Firefox team, but never was implemented for various reasons. Some examples:
I'm aware that Firefox offers some alternatives to this, most of them discussed before, but the main differences are that those options either are persistent config changes that you later would need to rollback to return to the normal browsing or require a restart to make them work.
The keywork approach allows you to bypass that only for the current interaction, which is really useful.
Beta Was this translation helpful? Give feedback.
All reactions