Skip to content

Commit

Permalink
Use safer cloudflare polyfill-io mirror
Browse files Browse the repository at this point in the history
They're already rewriting the HTML to do this on load, but we should do it ourselves to be 100% safe since polyfill.io is now malware
  • Loading branch information
NuckChorris authored Jun 27, 2024
1 parent e1f46d5 commit e2ab889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ module.exports = function(environment) {
},

'polyfill-io': {
src: 'https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js',
min: true,
features: [
'default',
Expand Down

0 comments on commit e2ab889

Please sign in to comment.