aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/Page.qml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-15 18:20:33 +0200
committerDanilo M. <danix@danix.xyz>2026-09-15 18:20:33 +0200
commit9c65aeb157fe16ab5a651f39c92902440f2d5344 (patch)
treec07d216503c4d278b318d61987bb1998d2bd671b /desktop/Page.qml
parent29886e00273127c228054e2b0097e12fe132c07f (diff)
downloadquickshell-master.tar.gz
quickshell-master.zip
fix(notifications): check every img src and uncache previewHEADmaster
The sanitizer matched the first \bsrc anywhere in the tag, so a data-src="file:///tmp/decoy" before a remote src won the match and kept the whole tag while Qt, which ignores data-src, fetched the remote image. Scan every src assignment in the tag and keep it only if all of them are local. Also set cache: false on the balloon preview, since the daemon overwrites the same path on a replace and QQuickPixmapCache keys on URL, so a replaced notification could show the previous image.
Diffstat (limited to 'desktop/Page.qml')
0 files changed, 0 insertions, 0 deletions