jenkinsci / simple-theme-plugin

A simple theme plugin for Jenkins
https://plugins.jenkins.io/simple-theme-plugin
MIT License
56 stars 47 forks source link

remove inline js for favicon #215

Closed mawinter69 closed 2 months ago

mawinter69 commented 2 months ago

favicon generates inline js which is not CSP compliant. This changes it so the url is provided via a data-url attribute of the script. Also simplifies a bit the javascript and uses modern syntax.

Testing done

Manual testing that favicon still works Verified with CSP plugin that there are no errors related to favicon

Submitter checklist

TobiX commented 2 months ago

Thanks!