Closed
Bug 1624481
Opened 5 years ago
Closed 3 years ago
Enable file hash check on v2 inside worker
Categories
(Firefox :: New Tab Page, enhancement, P2)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: thecount, Assigned: thecount)
References
Details
Attachments
(1 file, 1 obsolete file)
Right now we hash check attachments downloaded from remote settings before downloading it again, in case the contents changed.
The current way to do this doesn't work inside a promise worker yet, so once the v2 stuff for promise worker lands, I'm going to do a follow up where we put back the hash check.
This involves adding a tiny bit of code to promise worker to enable promises inside the worker, so we can use SubtleCrypto.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → sdowne
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Priority: -- → P2
Assignee | ||
Updated•5 years ago
|
Priority: P2 → P1
Assignee | ||
Updated•4 years ago
|
Priority: P1 → P2
Updated•3 years ago
|
Attachment #9135303 -
Attachment is obsolete: true
Assignee | ||
Comment 2•3 years ago
|
||
Pushed by sdowne@getpocket.com:
https://hg.mozilla.org/integration/autoland/rev/3ffe49f20d3b
Pocket newtab personalization hash checker for remote settings attachments r=gvn
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•