Summary: | Privacy & security issue by art URL requested externally by desktop environment | ||
---|---|---|---|
Product: | [Plasma] plasma-browser-integration | Reporter: | zocker.network |
Component: | general | Assignee: | Kai Uwe Broulik <kde> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-browser-integration/-/commit/32438e56117b420658ff93a0442d3a459e0ba9f1 | Version Fixed In: | |
Sentry Crash Report: |
Description
zocker.network
2020-05-21 22:42:56 UTC
Ah, yeah, caching the album art has been on my todo list for a while... Finally came around to implementing this https://invent.kde.org/plasma/plasma-browser-integration/-/merge_requests/151 Git commit 32438e56117b420658ff93a0442d3a459e0ba9f1 by Kai Uwe Broulik. Committed on 26/07/2025 at 10:44. Pushed by broulik into branch 'master'. mpris: Download artwork on extension side and cache it This avoids having the plasmashell load random files off the internet. It also ensures that the file is downloaded from the same context as the website (cookies, session, etc). M +126 -4 extension/extension-mpris.js M +16 -0 host/abstractbrowserplugin.cpp M +2 -0 host/abstractbrowserplugin.h M +2 -10 host/abstractkrunnerplugin.cpp M +122 -13 host/mprisplugin.cpp M +13 -2 host/mprisplugin.h https://invent.kde.org/plasma/plasma-browser-integration/-/commit/32438e56117b420658ff93a0442d3a459e0ba9f1 |