Question
[Security Alert]: Polyfill.io Issue for Google Maps Platform users in Angular
My web app is in Angular and today I got a message from Google Cloud Platform, its mentioned a "Notification Title: [Security Alert]: Polyfill.io Issue for Google Maps Platform users". How can we resolve the issue? Angular has its builtin polyfills.ts which is mandatory and installs with the project by default.
A lot of users using the WordPress Google Map plugin report this issue. But, the same is occurring with my angular application. My project does not include any third party polyfills cdn for the map or so. I am using primeng's Gmap with Google's Map platform combined.
Here they say it, but I can't find polyfill.io to remove from my code.
What am I missing here? Is it with my project missing or outdated any library/packages? If so, which one?