Skip to content

Commit

Permalink
Merge pull request #986 from NERC-CEH/remove-polyfill
Browse files Browse the repository at this point in the history
fix: change polyfill cdn link to cloudflare
  • Loading branch information
iwalmsley authored Jun 28, 2024
2 parents 209a978 + 914e8a9 commit 9e046d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/workspaces/web-app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<title>Datalabs</title>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?exclude=Promise,fetch,Object.assign&features=default,Array.prototype.includes"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&exclude=Promise,fetch,Object.assign&features=default,Array.prototype.includes"></script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 9e046d0

Please sign in to comment.