-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: radiatorviewplugin-plugin
Problem
== Inline Script Block
Line: 72
----
<script>
(function() {
Behaviour.specify("#recurse", 'ListView', 0, function(e) {
var nestedElements = $$('SPAN.nested')
e.onclick = function() {
nestedElements.each(function(el) {
e.checked ? el.show() : el.hide();
});
}
});
}());
</script>
----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks