Port to ExtensionSettings policy for PBI

OpenQA found a bug! With the latest version of Firefox, our current extensions policy leaves Plasma Browser Integration disabled. Use the better-supported ExtensionSettings instead, which allows us to enable it. See https://firefox-admin-docs.mozilla.org/reference/policies/extensionsettings/
This commit is contained in:
Thomas Duckworth
2026-06-30 14:29:31 +10:00
parent 5280e1c9eb
commit bf58359332

View File

@@ -1,7 +1,11 @@
{
"policies": {
"Extensions": {
"Install": ["https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/"]
"ExtensionSettings": {
"plasma-browser-integration@kde.org": {
"installation_mode": "normal_installed",
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi",
"private_browsing": true
}
}
}
}