-
Task
-
Resolution: Fixed
-
Minor
Problem
== Inline Event Handler Line: 46 ---- <input id="custom-icon-cleanup" type="button" value="${%CleanupIcons}" onclick="doCustomIconCleanup('${%CleanupSuccess}', '${%CleanupFailed}')" /> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
[JENKINS-74256] [custom-folder-icon] Extract inline event handler in jenkins/plugins/foldericon/CustomFolderIconConfiguration/global.jelly
Assignee | Original: Daniel Krämer [ strangelookingnerd ] |
Description |
Original:
h4. Problems {noformat} == Inline Event Handler Line: 46 ---- <input id="custom-icon-cleanup" type="button" value="${%CleanupIcons}" onclick="doCustomIconCleanup('${%CleanupSuccess}', '${%CleanupFailed}')" /> ---- == Inline Event Handler Line: 46 ---- <input id="custom-icon-cleanup" type="button" value="${%CleanupIcons}" onclick="doCustomIconCleanup('${%CleanupSuccess}', '${%CleanupFailed}')" /> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
New:
h4. Problem {noformat} == Inline Event Handler Line: 46 ---- <input id="custom-icon-cleanup" type="button" value="${%CleanupIcons}" onclick="doCustomIconCleanup('${%CleanupSuccess}', '${%CleanupFailed}')" /> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
Summary | Original: [custom-folder-icon] Extract inline event handlers in jenkins/plugins/foldericon/CustomFolderIconConfiguration/global.jelly | New: [custom-folder-icon] Extract inline event handler in jenkins/plugins/foldericon/CustomFolderIconConfiguration/global.jelly |
Assignee | New: Daniel Krämer [ strangelookingnerd ] |
Released As | New: 2.15 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |