Closed
Bug 672889
Opened 14 years ago
Closed 6 years ago
Create a view to handle CSP reports
Categories
(support.mozilla.org :: Code Quality, task)
support.mozilla.org
Code Quality
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jsocol, Unassigned)
References
Details
When we flip on CSP we should do it in report-only mode first, evaluate the incoming traffic, and go from there. We don't want to get emailed every CSP report, though--a view to collect the data and store it, probably in Redis, would be nice.
I'm thinking for a data structure:
key(hash of report): {'report': blob, 'count': int}
Or something like that.
Reporter | ||
Updated•13 years ago
|
Target Milestone: 2011-08-09 → 2011Q3
Reporter | ||
Updated•13 years ago
|
Assignee: james → willkg
Reporter | ||
Comment 1•13 years ago
|
||
I'd really like to make CSP happen in Q4, if we can at all.
Target Milestone: 2011Q3 → 2011Q4
Updated•13 years ago
|
Assignee: willkg → nobody
Target Milestone: 2011Q4 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•