Skip to content

Commit

Permalink
[misc] Requesting all scripts over HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
marta- authored Oct 14, 2020
1 parent 0ef3370 commit aa00629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guids-generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js" crossorigin></script>
<script src="https://unpkg.com/@material-ui/core/umd/material-ui.production.min.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
<script src="http://requirejs.org/docs/release/2.1.5/comments/require.js"></script>
<script src="https://requirejs.org/docs/release/2.1.5/comments/require.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit aa00629

Please sign in to comment.