-
Task
-
Resolution: Fixed
-
Minor
Problem
== Inline Script Block Line: 40 ---- <script> function build(a) { fetch(a.href, { method: "post", headers: crumb.wrap({}), }); hoverNotification('${%Build scheduled}',a); return false; } </script> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks
- links to
[JENKINS-74066] [ivy] Extract inline script block in hudson/ivy/IvyModuleSet/modules.jelly
Assignee | Original: Timothy Bingaman [ tbingaman ] |
Description |
Original:
h4. Problems {noformat} == Inline Script Block Line: 40 ---- <script> function build(a) { fetch(a.href, { method: "post", headers: crumb.wrap({}), }); hoverNotification('${%Build scheduled}',a); return false; } </script> ---- == Inline Script Block Line: 40 ---- <script> function build(a) { fetch(a.href, { method: "post", headers: crumb.wrap({}), }); hoverNotification('${%Build scheduled}',a); return false; } </script> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks] |
New:
h4. Problem {noformat} == Inline Script Block Line: 40 ---- <script> function build(a) { fetch(a.href, { method: "post", headers: crumb.wrap({}), }); hoverNotification('${%Build scheduled}',a); return false; } </script> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks] |
Summary | Original: [ivy] Extract inline script blocks in hudson/ivy/IvyModuleSet/modules.jelly | New: [ivy] Extract inline script block in hudson/ivy/IvyModuleSet/modules.jelly |
Assignee | New: Yaroslav Afenkin [ yafenkin ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "jenkinsci/ivy-plugin/pull/112 (Web Link)" [ 30161 ] |
Released As | New: ivy-2.7 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Closed [ 6 ] |