Summary: | Warn users that images from external wallpaper providers might have NSFW content | ||
---|---|---|---|
Product: | [Plasma] kdeplasma-addons | Reporter: | gbr |
Component: | Picture of the Day | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, nate, plasma-bugs, qydwhotmail |
Priority: | NOR | ||
Version: | 5.13.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kdeplasma-addons/commit/4c5beee31c6d0fcf8388616c70104b45a6a95b6c | Version Fixed In: | 5.27 |
Sentry Crash Report: |
Description
gbr
2018-09-27 06:00:03 UTC
From what I know we do not check for the Nsfw tag/category in wikimedia potd provider. Adding a text label warning of that could be trivially added added. [1] [1] https://cgit.kde.org/kdeplasma-addons.git/tree/wallpapers/potd/contents/ui/config.qml#n63 We could also filter out NSFW images by checking for that tag. I think the desktop is probably a semi-dangerous place for NSFW images to randomly appear without warning, so that's reasonable IMO. :) A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/180 Git commit 4c5beee31c6d0fcf8388616c70104b45a6a95b6c by Fushan Wen. Committed on 13/01/2023 at 15:44. Pushed by fusionfuture into branch 'master'. wallpapers/potd: show prompt when images from external wallpaper providers might have NSFW content FIXED-IN: 5.26 M +20 -10 wallpapers/potd/package/contents/ui/config.qml M +9 -0 wallpapers/potd/plugins/potdprovidermodel.cpp M +2 -0 wallpapers/potd/plugins/potdprovidermodel.h M +2 -1 wallpapers/potd/plugins/providers/wcpotdprovider.json https://invent.kde.org/plasma/kdeplasma-addons/commit/4c5beee31c6d0fcf8388616c70104b45a6a95b6c |