Archived link

The polyfill.js is a popular open source library to support older browsers. 100K+ sites embed it using the cdn.polyfill.io domain. Notable users are JSTOR, Intuit and World Economic Forum. However, in February this year, a Chinese company bought the domain and the Github account. Since then, this domain was caught injecting malware on mobile devices via any site that embeds cdn.polyfill.io. Any complaints were quickly removed (archive here) from the Github repository.

  • unalivejoy@lemm.ee
    link
    fedilink
    English
    arrow-up
    6
    ·
    5 days ago

    If you’re on RHEL 8+, you can install the latest version of node with dnf.

    dnf install nodejs will likely install node 8 :(. Use dnf module install nodejs:20 to install the latest version.