-
Type:
Task
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: plot-plugin
Problems
== Inline Script Block
Line: 73
----
<script>
function jump(menu){
window.location.hash = menu.value;
}
</script>
----
== Inline Event Handler
Line: 78
----
<select name="choice" onChange="jump(this)">
----
Solutions
https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
- links to