Structured reftest analyzer fails to load with Content Security Policy header
Categories
(Developer Services :: Mercurial: hg.mozilla.org, enhancement)
Tracking
(Not tracked)
People
(Reporter: gsnedders, Assigned: sheehan)
Details
Attachments
(1 file)
Similar to bug 1333929.
https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml is special cased for its Content-Security-Policy header, but https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer-structured.xhtml is not.
Given both have similar uses, both should have the same CSP header.
This is a currently a problem when dealing with reftest logs from web-platform-tests, as the non-structured analyzer doesn't deal with local logs.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
As described in the bug, we need to except the "structured"
reftest analyzer file in the same way as the standard file.
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/20814b01e70f
httpd: use same CSP header for reftest-analyzer-structured.xhtml
as reftest-analyzer.xhtml
r=glob
Assignee | ||
Comment 3•6 years ago
|
||
This is deployed.
Description
•