Closed
Bug 1335590
Opened 8 years ago
Closed 5 years ago
Consider a pref to disable http:// fully
Categories
(Core :: Networking: HTTP, defect, P5)
Core
Networking: HTTP
Tracking
()
RESOLVED
DUPLICATE
of bug 1613063
People
(Reporter: jkt, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-would-take])
Can we consider removing support for HTTP via a preference.
The use case is when using tor I would like never to load a HTTP url, ideally all URLs should be considered HTTPS too however we might want to make that a separate preference to always-assume-upgrade-insecure.
Besides HTTPS transparency reports we should be able to disable HTTPS fully with this preference.
Comment 1•8 years ago
|
||
sure, I would take that patch.
Component: DOM: Security → Networking: HTTP
Summary: Consider a pref to disable HTTP fully → Consider a pref to disable http:// fully
Whiteboard: [necko-would-take]
Comment 2•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Comment 3•5 years ago
|
||
I implemented this for Servo as part of HSTS:
https://github.com/servo/servo/blob/904fcb4317ffd0f1ed6d0400cdb768fedacfda3d/components/net/hsts.rs#L150-L172
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•