Skip to content

MPrisPlugin: Rate-limit property changes

Kai Uwe Broulik requested to merge work/kbroulik/rate-limit-upd into master

There was already some event compression but a malicious website can still cause massive amounts of DBus traffic by updating its metadata excessively.


@davidedmundson @aacid @fvogt @bf

We might want to catch those cases on the extension side already but given how it’s impossible to update the Firefox extension in a reasonable timeframe, let’s make sure the host is always a safeguard.

Edited by Kai Uwe Broulik

Merge request reports