Skip to content

Commit

Permalink
Merge pull request #2288 from kapytein/patch-1
Browse files Browse the repository at this point in the history
Use Cloudflare Polyfill CDN instead of polyfill[.]io
  • Loading branch information
bitwiseman authored Jun 29, 2024
2 parents 6de9268 + 58b5385 commit 159b226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<title>Online JavaScript beautifier</title>
<link rel="icon" href="web/favicon.png" type="image/png">

<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default&flags=gated"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v2/polyfill.min.js?features=default&flags=gated"></script>

<!-- Codemirror from https://cdnjs.com/libraries/codemirror -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.16/codemirror.min.css" integrity="sha512-uf06llspW44/LZpHzHT6qBOIVODjWtv4MxCricRxkzvopAlSWnTf6hpZTFxuuZcuNE9CBQhqE0Seu1CoRk84nQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
Expand Down

0 comments on commit 159b226

Please sign in to comment.