-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Inline Event Handler Line: 6 ---- <select class="setting-input" name="_.sound" onchange="findPrevious(this, function(){return true}).value = this.value"> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
[JENKINS-74379] [sounds] Extract inline event handler in net/hurstfrost/hudson/sounds/SoundsBuildTask/config.jelly
Description |
Original:
h4. Problems {noformat} == Inline Event Handler Line: 6 ---- <select class="setting-input" name="_.sound" onchange="findPrevious(this, function(){return true}).value = this.value"> ---- == Inline Event Handler Line: 6 ---- <select class="setting-input" name="_.sound" onchange="findPrevious(this, function(){return true}).value = this.value"> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
New:
h4. Problem {noformat} == Inline Event Handler Line: 6 ---- <select class="setting-input" name="_.sound" onchange="findPrevious(this, function(){return true}).value = this.value"> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
Summary | Original: [sounds] Extract inline event handlers in net/hurstfrost/hudson/sounds/SoundsBuildTask/config.jelly | New: [sounds] Extract inline event handler in net/hurstfrost/hudson/sounds/SoundsBuildTask/config.jelly |