Skip to content

Commit

Permalink
Fix insecure js URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmanc authored Apr 17, 2024
1 parent 9685592 commit d631f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
text-decoration: none;
}
</style>
<script src="http://www.ethanresnick.com/diceware/diceware.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/seedrandom/2.4.0/seedrandom.min.js"></script>
<script src="https://www.ethanresnick.com/diceware/diceware.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/seedrandom/2.4.0/seedrandom.min.js"></script>
</head>
<body>
<div id="grids"></div>
Expand Down

0 comments on commit d631f70

Please sign in to comment.