I didn't find an issue tracker, so I assume this is it.
"BB_" is short enough that it can realistically appear in randomly-generated URLs. I just got one such image, which prevented all of the images from loading.
I suggest checking for window.BB_, checking for /\bBB_/, or whitelisting scripts with lstImage or similar.
Bug: "BB_" occurs sometimes in image links.
I didn't find an issue tracker, so I assume this is it.
"BB_" is short enough that it can realistically appear in randomly-generated URLs. I just got one such image, which prevented all of the images from loading.
I suggest checking for
window.BB_
, checking for/\bBB_/
, or whitelisting scripts withlstImage
or similar.