home.social

#subresourceintegrity — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #subresourceintegrity, aggregated by home.social.

fetched live
  1. If you're still using polyfill.io you probably want to replace/remove it IMMEDIATELY. The domain has been sold and the new owners are injecting #malware (1).

    If you absolutely have to use externally hosted #JavaScript and #CSS, it's a good idea to secure it with #SubresourceIntegrity (2). It's supported by most old browsers you're probably polyfilling for.

    (1) polykill.io/
    (2) developer.mozilla.org/en-US/do

    #polyfillio #polyfillioattack #supplychainattack

  2. If you're still using polyfill.io you probably want to replace/remove it IMMEDIATELY. The domain has been sold and the new owners are injecting #malware (1).

    If you absolutely have to use externally hosted #JavaScript and #CSS, it's a good idea to secure it with #SubresourceIntegrity (2). It's supported by most old browsers you're probably polyfilling for.

    (1) polykill.io/
    (2) developer.mozilla.org/en-US/do

    #polyfillio #polyfillioattack #supplychainattack

  3. I've written a new blog post for #Mozilla's MDN.

    developer.mozilla.org/en-US/bl

    All about #SubResourceIntegrity and why it is so important for securing your sites and its visitors.

    Please share and provide feedback 🙂

  4. I've written a new blog post for #Mozilla's MDN.

    developer.mozilla.org/en-US/bl

    All about #SubResourceIntegrity and why it is so important for securing your sites and its visitors.

    Please share and provide feedback 🙂

  5. Finally found the time to open a discussion on the Snowpack forums about the lack of subresource integrity (SRI) in Skypack: github.com/snowpackjs/snowpack

    (Background: my post from the end of last year titled Skypack: backdoor as a Service? ar.al/2020/12/30/skypack-backd)

    #skypack #snowpack #SubresourceIntegrity #SRI #security #privacy

  6. If you specify subresource integrity in a script tag and then import that script also from a separate tag later on, and the source fails the integrity check, on

    1. Firefox (Gecko): script doesn’t execute
    2. Ungoogled Chromium (Chromium): script doesn’t execute
    3. Epiphany (WebKit): script tag is blocked but script executes via the import

    Not sure if Safari does the same but that’s not good.

    #SubresourceIntegrity #security

  7. We had #SRI #SubresourceIntegrity for a while now, And we now have also #ES6 modules, but they totally cannot be combined. Either you use SRI or ES6 modules… discourse.mozilla.org/t/using- #js

  8. @x_cli @varx First, BTW, all browsers nowadays have very secure sandboxes – as if CHrome would be effectively better here. Also Firefox e.g. introduced multi-processes (electrolysis) architectures and also improved the speed quite a lot.
    (There may rather be privacy problems with Chrome though: social.wiuwiu.de/@rugk/1011116)

    Anyway, yes, that's a problem, but (theoretically) a solved one: #SubresourceIntegrity (#SRI) can e.g. be used.