You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client Software (please complete the following information)
Device: macOS 14.6.1
Browser: Safari 17.6
What steps trigger this bug
Enable "post ratings" extension.
Under "Board Config", limit "Post Rating Visibility", for instance by setting "anonymous" to "Safe"
Populate a booru with numerous non-safe images
Show the posts lists as an anonymous user
What did you expect to happen?
I expected only "safe" posts to be shown, with applicable tags in the "popular tags" block to the left. I expected "popular tags" to be populated only with tags related to the visible subset.
What actually happened?
Only safe posts were shown, but the "popular tags" block reflects all images in the system, not just what is available to the anonymous user. This includes both tag names and quantities of images associated.
My concern here is this can be an unwanted data leakage, showing what kinds of content are not visible to a particular user class.
The text was updated successfully, but these errors were encountered:
Very related to #1218, this is also happening because the query is just looking at "tags", not "tags and other metadata in the context of the current query". I'm not even sure whether to consider it a feature request or bug, it depends whether "hidden" means "not-visible" or "we pretend that it doesn't exist at all" - I could go either way, though you're right that the latter feels safer. Though as in #1218 I'm not sure how to implement the latter without a huge CPU use increase...
In the more immediate term, I wonder if there's a way to make it more obvious that the current behaviour is "hidden posts are invisible, but their side effects (tags, post ID numbers) are still visible" 🤔
Honestly Id like if there was a way to just at least maybe hide tags from a certain user class in the popular tags and tag list I guess, maybe automatically, if no posts viewable have the tag, but yea not sure how that would work entirely
Server Software
Client Software (please complete the following information)
What steps trigger this bug
What did you expect to happen?
I expected only "safe" posts to be shown, with applicable tags in the "popular tags" block to the left. I expected "popular tags" to be populated only with tags related to the visible subset.
What actually happened?
Only safe posts were shown, but the "popular tags" block reflects all images in the system, not just what is available to the anonymous user. This includes both tag names and quantities of images associated.
My concern here is this can be an unwanted data leakage, showing what kinds of content are not visible to a particular user class.
The text was updated successfully, but these errors were encountered: