Closed
Bug 1800485
Opened 3 years ago
Closed 2 years ago
Use nsMixedContentBlocker.h::IsPotentiallyTrustworthyOrigin to determine if a url is secure context in early hint code
Categories
(Core :: Networking: HTTP, task, P3)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
111 Branch
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | fixed |
People
(Reporter: manuel, Assigned: manuel)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
static bool IsPotentiallyTrustworthyOrigin(nsIURI* aURI);
// only preload secure context urls
if (!uri->SchemeIs("https")) {
return;
}
As a small cleanup.
| Assignee | ||
Updated•3 years ago
|
Whiteboard: [necko-triaged]
Updated•3 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
To make test setups involing localhost easier
Updated•2 years ago
|
Assignee: nobody → manuel
Status: NEW → ASSIGNED
Pushed by mbucher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/66d35081518b
Reuse nsMixedContentBlocker::IsPotentiallyTrustworthyOrigin to decide whether to preload assets r=necko-reviewers,valentin
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•