mirror of
https://github.com/KDE/kde-linux.git
synced 2026-07-30 16:56:46 -04:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user