With the httpsOnly feature, the website www.ch-macon.fr doesn't work and doesn't get the error page
Categories
(Core :: DOM: Security, defect, P3)
Tracking
()
People
(Reporter: julienw, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-backlog1])
STR:
- Go to www.ch-macon.fr with the https only option
Actual:
The website in https answers with 503. There's no way to switch to the http version of it except adding an exception.
Expected:
The website answes with 503. If the website was accessed because of the httpsOnly option, we should have a way to switch to the version with http.
Comment 2•3 years ago
|
||
(In reply to Dragana Damjanovic [:dragana] from comment #1)
Christoph, can you find someone to take a look?
I can reproduce this problem, and I agree, this is a valid concern. In https-first-mode, e.g. when you open a private browsing tab (where https-first-mode is enabled by default) we automatically fall back to http: in that case, which happens because we check if (responseStatus >= 400 && responseStatus < 600) {. We should probably do the same for https-only-mode.
Updated•2 years ago
|
Description
•