Skip to content

Commit 42c8c19

Browse files
committed
Added missing nonce to chart designer script
1 parent 0849ba1 commit 42c8c19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

knowagecockpitengine/src/main/webapp/WEB-INF/jsp/chart/designer/chartDesignerConf.jspf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
--%>
1919

20-
<script type="text/javascript">
20+
<script type="text/javascript" nonce="<%= request.getAttribute("cspNonce") %>">
2121
angular.module('chartDesignerManager').config(function($provide){
2222
$provide.constant("chartDesignerBasePath","<%=urlBuilder.getResourcePath(cockpitEngineContext, "/js/src/angular_1.4/chart/designer")%>")
2323
})

0 commit comments

Comments
 (0)