Skip to content

Commit

Permalink
Removed SRI hashes from index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Irwin <[email protected]>

Work-around for docker#9 while trying to figure out what's going on
  • Loading branch information
mikesir87 committed Apr 19, 2020
1 parent 3b6bac1 commit f74293d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</head>
<body>
<div id="root"></div>
<script src="js/react.production.min.js" integrity="sha256-3vo65ZXn5pfsCfGM5H55X+SmwJHBlyNHPwRmWAPgJnM=" crossorigin="anonymous"></script>
<script src="js/react-dom.production.min.js" integrity="sha256-qVsF1ftL3vUq8RFOLwPnKimXOLo72xguDliIxeffHRc=" crossorigin="anonymous"></script>
<script src="js/react-bootstrap.js" integrity="sha256-6ovUv/6vh4PbrUjYfYLH5FRoBiMfWhR/manIR92XEws=" crossorigin="anonymous"></script>
<script src="js/babel.min.js" integrity="sha256-FiZMk1zgTeujzf/+vomWZGZ9r00+xnGvOgXoj0Jo1jA=" crossorigin="anonymous"></script>
<script src="js/react.production.min.js"></script>
<script src="js/react-dom.production.min.js"></script>
<script src="js/react-bootstrap.js"></script>
<script src="js/babel.min.js"></script>
<script type="text/babel" src="js/app.js"></script>
</body>
</html>

0 comments on commit f74293d

Please sign in to comment.