Closed
Bug 1177465
Opened 10 years ago
Closed 10 years ago
Web packaged app resources can't be loaded over https
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla42
People
(Reporter: valentin, Assigned: valentin)
References
Details
Attachments
(1 file)
3.19 KB,
patch
|
mayhemer
:
review+
|
Details | Diff | Splinter Review |
Because they have a https header, and no security-info field in the cache entry.
We can either ignore missing the header for packaged app channels, or add the security info to each cache entry.
![]() |
||
Comment 1•10 years ago
|
||
You must add sec-info to each entry. Apparently I missed that during the review. It's pretty easy to take it from the main loading channel.
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8630092 -
Flags: review?(honzab.moz)
![]() |
||
Comment 3•10 years ago
|
||
Comment on attachment 8630092 [details] [diff] [review]
Web packaged app resources can't be loaded over https
Review of attachment 8630092 [details] [diff] [review]:
-----------------------------------------------------------------
r=honzab, perfect! thanks
Attachment #8630092 -
Flags: review?(honzab.moz) → review+
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•