Polyfill.io is a service that automatically provides front-end polyfills, making it very convenient to use. You just need to select the functionality you want to polyfill and then include a JavaScript file like this:
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
The server will automatically determine based on the user-agent whether to return a polyfill, so only the necessary code will be included. It sounds convenient and useful.
However, some people may have received notifications from Google Ads recently about a security issue. Why is that?