-
Task
-
Resolution: Fixed
-
Minor
Problems
== Inline Script Block
Line: 55
----
<script>
YAHOO.util.Cookie.set("screenResolution", screen.width+"x"+screen.height);
</script>
----
== Inline Script Block
Line: 55
----
<script>
YAHOO.util.Cookie.set("screenResolution", screen.width+"x"+screen.height);
</script>
----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks
- links to