-
Task
-
Resolution: Unresolved
-
Minor
Problems
== Inline Event Handler Line: 25 ---- <form method="post" action="" onsubmit="return false;"> ---- == Inline Event Handler Line: 29 ---- <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-74378] [sounds] Extract inline event handlers in net/hurstfrost/hudson/sounds/SoundsAgentAction/index.jelly
Description |
Original:
h4. Problems {noformat} == Inline Event Handler Line: 25 ---- <form method="post" action="" onsubmit="return false;"> ---- == Inline Event Handler Line: 29 ---- <select class="setting-input" name="_.sound" onchange="findPrevious(this, function(){return true}).value = this.value"> ---- == Inline Event Handler Line: 25 ---- <form method="post" action="" onsubmit="return false;"> ---- == Inline Event Handler Line: 29 ---- <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. Problems {noformat} == Inline Event Handler Line: 25 ---- <form method="post" action="" onsubmit="return false;"> ---- == Inline Event Handler Line: 29 ---- <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] |