Skip to content

馃崚 MPrisPlugin: Limit string and URL lengths in metadata

Kai Uwe Broulik requested to merge work/cherry-pick-bf6b3c66 into Plasma/6.0

Limit strings (artists, etc) to 200 characters, and for URLs disallow anything that isn't http(s) and clamp it to 2038 characters (which is the supposed limit of URLs that Chrome allows).

(cherry picked from commit bf6b3c66)

Merge request reports