Questions on doc/admin-deployment.md
#2947
-
I was experimenting with the browser policies for fun and I didn't get the Firefox part working. Are managed storage manifests still a thing? What did work was {
"policies": {
"3rdparty": {
"Extensions": {
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
"showIntroPage": false
}
}
}
} I was also wondering if it's intentional that automatic install instructions are not provided? {
"policies": {
"3rdparty": {
"Extensions": {
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
"showIntroPage": false
}
}
},
"ExtensionSettings": {
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
"install_url": "https://www.eff.org/files/privacy-badger-latest.xpi",
"installation_mode": "normal_installed"
}
}
}
} Chromium version {
"3rdparty": {
"extensions": {
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"showIntroPage": false
}
}
},
"ExtensionSettings": {
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"
}
}
} Chromium seemed to be happy with multiple different json files as long as they didn't contain It may also be worth mentioning that the Chromium files work at least for Chromium ( I wasn't able to locate Vivaldi and Brave policy directories (apparently they aren't |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Yes, our doc links to Firefox docs for the managed storage manifests folder. For Linux: For global visibility, For per-user, |
Beta Was this translation helpful? Give feedback.
-
Our doc contains whatever useful tips came up helping users configure Privacy Badger using admin policies. So far nobody asked for help with automatic installation. |
Beta Was this translation helpful? Give feedback.
-
Thanks for sharing what worked to auto-install Privacy Badger on your Linux device! |
Beta Was this translation helpful? Give feedback.
Yes, our doc links to Firefox docs for the managed storage manifests folder. For Linux:
For global visibility,
/usr/lib/mozilla/managed-storage/<name>.json
or/usr/lib64/mozilla/managed-storage/<name>.json
For per-user,
~/.mozilla/managed-storage/<name>.json
.