Skip to content

Commit 4bd1264

Browse files
Replace polyfill.io with Cloudflare CDN
The polyfill.io domain was compromised and no longer resolves. https://blog.cloudflare.com/automatically-replacing-polyfill-io-links-with-cloudflares-mirror-for-a-safer-internet/
1 parent 0ea8fba commit 4bd1264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
/>
4343
<link rel="stylesheet" href="styles.css" />
4444

45-
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=Array.from,Event,Map,Set,URL&flags=gated"></script>
45+
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=Array.from,Event,Map,Set,URL&flags=gated"></script>
4646
</head>
4747

4848
<body>

0 commit comments

Comments
 (0)