[BUG] Native messaging extensions fo not work #219
Labels
No labels
bug
confirmed
contribution welcome
duplicate
enhancement
good first issue
help wanted
important
invalid
other
question
upstream
web compat
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
celenity/Phoenix#219
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Confirmation Checklist
Releasespage.What web browser(s) are you using with Phoenix?
Firefox
Other
No response
What operating system(s) are you experiencing this issue on?
Arch Linux
Other
No response
What version of Firefox/Gecko and Phoenix are you using?
146.0.1 (Phoenix: 2025.11.27.1)
If you remember, what version of Firefox/Gecko and Phoenix did you first notice the issue on?
No response
Does the issue occur on a new browser profile?
Please share your browser's distribution ID.
default
Please share your browser's update channel.
No response
Please share a list of your currently installed browser add-ons/extensions, as well as the versions you have installed.
keepassxc-browser@keepassxc.orgplasma-browser-integration@kde.orgPlease explain the issue you are experiencing.
Extensions requiring native messaging (I'm using Plasma and KeepassXC integrations) does not work at all. After some investigating, I noticed that in about:config there are two additional values not present in vanilla firefox:
webextensions.native-messaging.max-input-message-byteswebextensions.native-messaging.max-output-message-bytesboth are set to 0 and those prevent all native messaging based extensions to work. Setting the values to
1048576restores the original Firefox behavior.This change is not documented on the wiki and should be added to the Website compatibility page in the Extensions section since it breaks KeepassXC which is a recommended one. Or as an alternative, just remove those preferences.
Please provide detailed steps to reproduce the issue.
Read above.
Thanks for the report. Native messaging will definitely remain disabled by default, but I just added these extensions to the Web compat wiki page for reference.