-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Inline Event Handler Line: 8 ---- <f:textbox name="port" onchange="Form.findMatchingInput(this,'host').onchange()" /> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
[JENKINS-74459] [clamav] Extract inline event handler in org/jenkinsci/plugins/clamav/ClamAvRecorder/global.jelly
Assignee | Original: sogabe [ sogabe ] |
Description |
Original:
h4. Problems {noformat} == Inline Event Handler Line: 8 ---- <f:textbox name="port" onchange="Form.findMatchingInput(this,'host').onchange()" /> ---- == Inline Event Handler Line: 8 ---- <f:textbox name="port" onchange="Form.findMatchingInput(this,'host').onchange()" /> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
New:
h4. Problem {noformat} == Inline Event Handler Line: 8 ---- <f:textbox name="port" onchange="Form.findMatchingInput(this,'host').onchange()" /> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
Summary | Original: [clamav] Extract inline event handlers in org/jenkinsci/plugins/clamav/ClamAvRecorder/global.jelly | New: [clamav] Extract inline event handler in org/jenkinsci/plugins/clamav/ClamAvRecorder/global.jelly |