Add SRI to editor scripts and removed unused scripts (#361)

This commit is contained in:
Michael Irwin
2019-10-18 17:01:38 -04:00
committed by Marcos Nils
parent 4b38d25f17
commit d0ff81cc98
3 changed files with 9 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html ng-app="DockerPlay" ng-controller="PlayController">
<html>
<head>
<title>Docker Playground</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic|Material+Icons" />
@@ -18,16 +18,5 @@
<div layout="column" style="height:100%;">
We are really sorry but we are out of capacity and cannot create your session at the moment. Please try again later.
</div>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-animate.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-aria.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-messages.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angular_material/1.1.0/angular-material.min.js"></script>
</body>
</html>
</html>