-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Inline Event Handler Line: 21 ---- <select name="viewSelect" onChange="top.location.href = this.form.viewSelect.options[this.form.viewSelect.selectedIndex].value; return false;"> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
- links to
[JENKINS-74315] [favorite-view] Extract inline event handler in hudson/plugins/favoriteview/FavoriteViewsTabBar/viewTabs.jelly
Description |
Original:
h4. Problems {noformat} == Inline Event Handler Line: 21 ---- <select name="viewSelect" onChange="top.location.href = this.form.viewSelect.options[this.form.viewSelect.selectedIndex].value; return false;"> ---- == Inline Event Handler Line: 21 ---- <select name="viewSelect" onChange="top.location.href = this.form.viewSelect.options[this.form.viewSelect.selectedIndex].value; return false;"> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
New:
h4. Problem {noformat} == Inline Event Handler Line: 21 ---- <select name="viewSelect" onChange="top.location.href = this.form.viewSelect.options[this.form.viewSelect.selectedIndex].value; return false;"> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
Summary | Original: [favorite-view] Extract inline event handlers in hudson/plugins/favoriteview/FavoriteViewsTabBar/viewTabs.jelly | New: [favorite-view] Extract inline event handler in hudson/plugins/favoriteview/FavoriteViewsTabBar/viewTabs.jelly |
Assignee | New: Markus Winter [ mawinter69 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR-7 (Web Link)" [ 30563 ] |