Bug 1505844 Comment 20 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The fetch in question happens in 3rd party code:

https://www.dianomi.com/js/lazyload.10.20.1.min.js:

```
! function(t) {
    a && s ? fetch("data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA=").then(function(e) {
        return e && void 0 !== e.blob ? e.blob() : t(!1)
    }).then(function(e) {
        return t(!!window.createImageBitmap(e))
    }) : t(!1)
}
```

This seems like some kind of marketing/advertising script?

Back to Bug 1505844 Comment 20