bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
7.43k stars 984 forks source link

[APP-878] Dont render the PFP or banner image of profiles in <meta> cards when the profile has nsfw labels #1572

Open pfrazee opened 11 months ago

pfrazee commented 11 months ago

The <meta> tags for profile links include images from their profile. If the profile or account has an NSFW label on it, we shouldnt link to the image.

APP-878

pfrazee commented 11 months ago

@bnewbold I think this is your territory but feel free to reassign it

bnewbold commented 11 months ago

Should we do the same for any other situations? like spam (in particular, not include description, including links, which could be a form of SEO farming), or impersonation/misleading?

And also for posts.

pfrazee commented 11 months ago

For posts, probably...

Maybe we break out other labels as separate tasks/discussions, I'm not totally sure we need to intervene there(?)