-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Inline Event Handler Line: 3 ---- <a href="" onclick="if(_sounds_testSound){_sounds_testSound();};return false;"> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
[JENKINS-74381] [sounds] Extract inline event handler in help-globalConfig-browser.html
Description |
Original:
h4. Problems {noformat} == Inline Event Handler Line: 3 ---- <a href="" onclick="if(_sounds_testSound){_sounds_testSound();};return false;"> ---- == Inline Event Handler Line: 3 ---- <a href="" onclick="if(_sounds_testSound){_sounds_testSound();};return false;"> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
New:
h4. Problem {noformat} == Inline Event Handler Line: 3 ---- <a href="" onclick="if(_sounds_testSound){_sounds_testSound();};return false;"> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
Summary | Original: [sounds] Extract inline event handlers in help-globalConfig-browser.html | New: [sounds] Extract inline event handler in help-globalConfig-browser.html |