Daniel Belenky created OVIRT-2199:
-------------------------------------
Summary: Set content security policy at Jenkins startup
Key: OVIRT-2199
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-2199
Project: oVirt - virtualization made easy
Issue Type: Task
Reporter: Daniel Belenky
Assignee: infra
STDCI summary requires some content security policy to be set so that Jenkins won't
add blocking headers to the summary HTML.
The required policy is:
{code:java}
sandbox allow-scripts; default-src 'self'
https://cdnjs.cloudflare.com; img-src
'self'; style-src 'self'
https://cdnjs.cloudflare.com;
{code}
Documentation can be found
[here|https://wiki.jenkins.io/display/JENKINS/Configuring+Content+Security+Policy]
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100087)