Closed Bug 1066103 Opened 10 years ago Closed 8 years ago

Mixed Active Content Security is excessive and blocks legitimate use cases

Categories

(Core :: DOM: Security, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: fva, Unassigned)

Details

(Whiteboard: [domsecurity-backlog])

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36

Steps to reproduce:

Hi we are developping an Open Source Point of Sale web application which needs to access devices on the local network via HTTP XmlHttpRequests. Those requests are blocked by the Mixed Active Content Security if we serve our web application over HTTPS. As those requests are being sent to raw ip addresses, usage of HTTPS is not possible. 

While I understand the need for the security measure, I believe that in this case it is counter productive. The loaded code comes from a trusted source, the HTTP requests are expected,  and we can deploy our own security measures to avoid eavesdropping or data manipulation.

And without access to the devices, our web applications is completely useless, so we have no choice but to disable this security, this leaves us three choices, none of which are good:

1) Not support Firefox and tell our users to use something else
2) Tell them to disable mixed active content security via about:config 
3) Serve our web application over plain HTTP.

I would also like to add that absolutely nobody saw the little shield icon indicating that the requests have been blocked, there should be a better warning.
Component: Untriaged → Security
Product: Firefox → Core
(In reply to Frédéric van der Essen from comment #0)
> As those requests are being sent to raw ip
> addresses, usage of HTTPS is not possible. 

Why not? Certificates can be issued with IP addresses in the subject alternative names extension.
This doens't seem like a Firefox bug and there hasn't been any progress within more than one year. Closing this one as INCOMPLETE.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Component: Security → DOM: Security
Resolution: --- → INCOMPLETE
Whiteboard: [domsecurity-backlog]
You need to log in before you can comment on or make changes to this bug.