| Summary: | Firefox push notifications misses host information (source of notification) in header | ||
|---|---|---|---|
| Product: | [Plasma] plasma-browser-integration | Reporter: | Murz <MurzNN> |
| Component: | Firefox | Assignee: | Kai Uwe Broulik <kde> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Murz
2021-11-10 08:07:33 UTC
If is the application's responsibility to set this attribute. I submitted a patch to Chrome to do that. P-b-i doesn't mess with browser notifications. Kai Uwe Broulik, thanks for the information!
Chromium seems sends it in separate kde-specific dbus field (caught using dbus-monitor):
```
dict entry(
string "x-kde-origin-name"
variant string "push-notifications-demo.netlify.app"
)
```
But Firefox don't do it.
Can you please post here link to your Chrome patch? Want to submit issue in Firefox with link to it.
And may this be solved via https://addons.mozilla.org/en-US/firefox/addon/plasma-integration/ extension or must be resolved in Firefox core?
Also strange thing is that even with deleted "plasma-browser-integration" system package and uninstalled "Plasma Integration" extension - Firefox still shows notifications in Plasma, instead of use build-in notifications... See https://chromium.googlesource.com/chromium/src/+/f418f24c72a3fabc8bd236a141f1d043d217bc01 As I said plasma-browser-integration does not handle browser notifications. Thank you, I've submitted a Firefox bug about this: https://bugzilla.mozilla.org/show_bug.cgi?id=1740458 |