-
Task
-
Resolution: Unresolved
-
Minor
Problems
== Inline Event Handler Line: 6 ---- <span id="close-btn" onclick="handleCloseBtn()"> ---- == Inline Event Handler Line: 98 ---- <button class="jenkins-button jenkins-button--primary " onclick="handleModal()" style = "font-size : 15px"> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
- links to
[JENKINS-74169] [miniorange-saml-sp] Extract inline event handlers in org/miniorange/saml/MoPluginConfigView/freeTrialModal.jelly
Assignee | Original: info miniorange [ miniorange ] |
Description |
Original:
h4. Problems {noformat} == Inline Event Handler Line: 6 ---- <span id="close-btn" onclick="handleCloseBtn()"> ---- == Inline Event Handler Line: 98 ---- <button class="jenkins-button jenkins-button--primary " onclick="handleModal()" style = "font-size : 15px"> ---- == Inline Event Handler Line: 6 ---- <span id="close-btn" onclick="handleCloseBtn()"> ---- == Inline Event Handler Line: 98 ---- <button class="jenkins-button jenkins-button--primary " onclick="handleModal()" style = "font-size : 15px"> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
New:
h4. Problems {noformat} == Inline Event Handler Line: 6 ---- <span id="close-btn" onclick="handleCloseBtn()"> ---- == Inline Event Handler Line: 98 ---- <button class="jenkins-button jenkins-button--primary " onclick="handleModal()" style = "font-size : 15px"> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
Assignee | New: Shlomo [ shlomo_dahan ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "PR (Web Link)" [ 30299 ] |