Skip to content

Commit 7fe39cf

Browse files
committed
Added nonce to ngCockpit
1 parent dd7f72e commit 7fe39cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

knowagecockpitengine/src/main/webapp/WEB-INF/jsp/ngCockpit.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
3131
<%@include file="/WEB-INF/jsp/chart/execution/chartRenderImport.jsp"%>
3232
<base href="/" />
3333

34-
<script type="text/javascript">
34+
<script type="text/javascript" nonce="<%= request.getAttribute("cspNonce") %>">
3535
3636
angular.module("cockpitModule").factory("cockpitModule_properties",function(){
3737
return {

0 commit comments

Comments
 (0)