https://bugs.kde.org/show_bug.cgi?id=358549
Bug ID: 358549
Summary: HTML is not escaped in notifications
Product: kdeconnect
Version: unspecified
Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: common
Assignee: [email protected]
Reporter: [email protected]
When getting an notification from your Android Phone via Kde-Connect,
accidentel HTML-Tags in notifications on the phone are not escaped on the
desktop. For Example: an Android chat notifcation "...<h1> Hello </h1>" is
shown as large text.
Reproducible: Always
Steps to Reproduce:
1.Connect android phone with kde-connect
2.enable notification-receiving
3.produce notification with HTML-like text on the phone
Actual Results:
HTML is unescaped; content between '<' and '>' is not shown.
Expected Results:
The full text of the notification with HTML-like content should be shown as
text. '<' and '>' should be shown as '<' and '>'.
Seen on default Manjaro [with KDE].
--
You are receiving this mail because:
You are watching all bug changes.