-
Notifications
You must be signed in to change notification settings - Fork 288
CSP prohibits custom icons specified as external URLs #3243
Copy link
Copy link
Open
Description
The warnings plugin has a feature, that lets pipeline users or freestyle job owners to specify a custom icon for any of the created Actions that are shown in the side bar. This icon can be a symbol, an icon of the warnings plugin, an icon in Jenkins public web folder, or a remote URL.
(See
warnings-ng-plugin/plugin/src/test/java/io/jenkins/plugins/analysis/warnings/steps/StepsITest.java
Line 598 in 3eb0146
| void shouldReportResultWithDifferentIdNameAndIconInStep(final String fileName) { |
When the icon is set to an external url, e.g. https://raw.githubusercontent.com/pmd/pmd/master/docs/images/logo/PMD_small.svg, then the icon is not rendered anymore.
@daniel-beck can you have a look at it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.