jenkinsci / jenkinsci/simple-theme-plugin
CSS text theme element is not CSP compliant
Open
enhancement
- Dominant language
- Java
- Stars
- 56
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
### What feature do you want to see added?
When you add a CssTextTheme element, this is rendered as an inline `style` element. This is a violation of common CSP settings.
The Element should either be deprecated or changed in a way so that it generates an url from were the css is loaded e.g. via an `UnprotectedRootAction`
### Upstream changes
_No response_
### Are you interested in contributing this feature?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.