Remove compromised polyfill CDN script
-
Please remove compromised polyfill CDN script as soon as possible, thanks.
/**
* Print js scripts in admin head
*
* @since 2.5
*
* @return void
*/
public function builder_mixins_script() {
?>
<script>
if (!window.Promise) {
var promise_polyfill = document.createElement('script');
promise_polyfill.setAttribute('src','https://cdn.polyfill.io/v2/polyfill.min.js');
document.head.appendChild(promise_polyfill);
}
</script>More here: https://thehackernews.com/2024/06/over-110000-websites-affected-by.html
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.