-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Legacy checkUrl Line: 38 ---- checkUrl="'${rootURL}/trigger/TimerTrigger/check?value='+encodeURIComponent(this.value)" ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation
[JENKINS-74253] [poll-mailbox-trigger-plugin] Migrate legacy checkUrl attribute in WEB-INF/classes/org/jenkinsci/plugins/pollmailboxtrigger/PollMailboxTrigger/config.jelly
Assignee | Original: Nick Grealy [ nickg ] |
Description |
Original:
h4. Problems {noformat} == Legacy checkUrl Line: 38 ---- checkUrl="'${rootURL}/trigger/TimerTrigger/check?value='+encodeURIComponent(this.value)" ---- == Legacy checkUrl Line: 38 ---- checkUrl="'${rootURL}/trigger/TimerTrigger/check?value='+encodeURIComponent(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |
New:
h4. Problem {noformat} == Legacy checkUrl Line: 38 ---- checkUrl="'${rootURL}/trigger/TimerTrigger/check?value='+encodeURIComponent(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |
Summary | Original: [poll-mailbox-trigger-plugin] Migrate legacy checkUrl attributes in WEB-INF/classes/org/jenkinsci/plugins/pollmailboxtrigger/PollMailboxTrigger/config.jelly | New: [poll-mailbox-trigger-plugin] Migrate legacy checkUrl attribute in WEB-INF/classes/org/jenkinsci/plugins/pollmailboxtrigger/PollMailboxTrigger/config.jelly |