HSTS says that the browser must not allow exceptions.
As a user I say that the browser must allow whatever I tell it to allow.
Add this to your userContent.css file to get the button back
HSTS says that the browser must not allow exceptions.
As a user I say that the browser must allow whatever I tell it to allow.
Add this to your userContent.css file to get the button back
@-moz-document url-prefix(about:certerror) { | |
.badStsCert #exceptionDialogButton { | |
display: inline-block !important; | |
} | |
} |