Skip to content

Commit

Permalink
Patch - Merge pull request #9740 from SukkaW/replace-polyfill-io
Browse files Browse the repository at this point in the history
Patch - Core - replace `polyfill.io` endpoint
  • Loading branch information
Garneauma committed Mar 4, 2024
2 parents bb57661 + 5951ca8 commit a372255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/wb.js
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ Modernizr.load( [
if ( isTrident ) {

// Load an ES6 polyfill
Modernizr.load( "timeout=500!https://polyfill.io/v3/polyfill.min.js?features=es6" );
Modernizr.load( "timeout=500!https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6" );

// Specify the CDN's font URL
// Note: IE11 is unable to resolve this on its own
Expand Down

0 comments on commit a372255

Please sign in to comment.