Merge pull request #20 from docker/remove-sri

Removed SRI hashes from index.html
This commit is contained in:
Michael Irwin 2020-04-19 17:44:41 -04:00 committed by GitHub
commit 8206d59cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,10 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="js/react.production.min.js" integrity="sha256-3vo65ZXn5pfsCfGM5H55X+SmwJHBlyNHPwRmWAPgJnM=" crossorigin="anonymous"></script> <script src="js/react.production.min.js"></script>
<script src="js/react-dom.production.min.js" integrity="sha256-qVsF1ftL3vUq8RFOLwPnKimXOLo72xguDliIxeffHRc=" crossorigin="anonymous"></script> <script src="js/react-dom.production.min.js"></script>
<script src="js/react-bootstrap.js" integrity="sha256-6ovUv/6vh4PbrUjYfYLH5FRoBiMfWhR/manIR92XEws=" crossorigin="anonymous"></script> <script src="js/react-bootstrap.js"></script>
<script src="js/babel.min.js" integrity="sha256-FiZMk1zgTeujzf/+vomWZGZ9r00+xnGvOgXoj0Jo1jA=" crossorigin="anonymous"></script> <script src="js/babel.min.js"></script>
<script type="text/babel" src="js/app.js"></script> <script type="text/babel" src="js/app.js"></script>
</body> </body>
</html> </html>