Opened 8 years ago
Closed 8 years ago
#27779 closed Bug (invalid)
Problem with Coverage Report on djangoci.com
Reported by: | Anton Samarchyan | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | |
Severity: | Normal | Keywords: | ci |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I'm getting this error "Blocked script execution in 'https://djangoci.com/view/coverage/job/django-coverage/HTML_Coverage_Report…nkins_workspace_django-coverage_django_contrib_contenttypes_fields_py.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set."
It looks like it could be resolved like this: http://stackoverflow.com/questions/34315723/blocked-script-execution-in-url-because-the-documents-frame-is-sandboxed-and
Note:
See TracTickets
for help on using tickets.
The report seems usable if you click on pages from https://djangoci.com/view/coverage/job/django-coverage/HTML_Coverage_Report/ rather than opening those pages in a new window. I don't think changing the content security policy on our Jenkins instance is worthwhile -- if anything, maybe the coverage plugin could be modified to work with the new policy but I haven't looked into the details. As there isn't a public tracker for djangoci.com issues, feel free to ping me in #django-dev if you want to discuss it further. Thanks.