Closed
Bug 1213459
Opened 9 years ago
Closed 8 years ago
Dynamically update the list of file extensions in download protection
Categories
(Toolkit :: Safe Browsing, defect, P3)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: francois, Assigned: francois)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
5.16 KB,
application/octet-stream
|
Details |
The Safe Browsing application reputation server now supports a lot more extensions: https://code.google.com/p/chromium/codesearch#chromium/src/chrome/common/safe_browsing/download_protection_util.cc&l=189
Assignee | ||
Updated•9 years ago
|
Blocks: downloadprotection
Assignee | ||
Updated•9 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•9 years ago
|
||
The new list of file types that Chrome uses (updated via a Chrome extension) is in protobuf format.
Assignee | ||
Comment 3•8 years ago
|
||
This is the source for the upstream list: https://chromium.googlesource.com/chromium/src/+/master/chrome/browser/resources/safe_browsing/download_file_types.asciipb
Component: Downloads API → Safe Browsing
Priority: P2 → P3
Assignee | ||
Comment 4•8 years ago
|
||
I have a cronjob monitoring this file and notifying me whenever it changes.
Given the low rate of changes, I think we can get away with updating this list once per Firefox release. We can revisit later if it turns out we need to have a way to ship updates more frequently.
No longer blocks: 1260856
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Summary: Support new application reputation file extensions → Dynamically update the list of file extensions in download protection
You need to log in
before you can comment on or make changes to this bug.
Description
•