Open carlosmintfan opened 9 months ago
We can't allow HTML tags to get into the notification. What we can do though is remove them altogether.
i.e. we escape them for webkit, and remove them for notify.
We can't allow HTML tags to get into the notification. What we can do though is remove them altogether.
i.e. we escape them for webkit, and remove them for notify.
Why exactly?
We can't allow HTML tags to get into the notification. What we can do though is remove them altogether. i.e. we escape them for webkit, and remove them for notify.
Why exactly?
@clefebvre Ah, Notify supports some HTML in the notifications but isn't happy with escaping...is there an option to forbid Notify to parse text as HTML?
We previously got html-escaped text and our added link/image HTML all in the notification, which didn't look very nice. Will fix: #7