Does anybody know why and when thumbnails for YouTube videos are shown or not? It appears to depend on the lemmy instance the posts are served from:

Without Thumbnails

With Thumbnails

Update: It’s not only YT thumbnails which aren’t shown. This is your post about the free 24 slot bag as shown on lemmy.wtf (without thumbnail), lemmy.world (without thumbnail) and feddit.de (with thumbnail):

  • Necropola❌OP
    link
    English
    31 year ago

    I also found this

    https://github.com/LemmyNet/lemmy-ui/issues/20

    There is an environment variable LEMMY_UI_DISABLE_CSP (default : false) to configure lemmy-ui. Do you set this on your instance or do you set a Content-Security-Policxy Header somewhere in your webserver/nginx config?

      • Necropola❌OP
        link
        English
        3
        edit-2
        1 year ago

        OK. Looks like the CSP headers are the same on working and not working instances.

        What I found surprising is that chrome loads the thumbnail without accessing the actual YT URL (contrary to what I expected) from the “pictrs” server of the instance serving the post. Which means that the thumbnail gets only extracted once and is then stored along with the post.