Prerequisites
I tried to reproduce the issue when...
Description
In accordance with advises given in the relevant page and #3095, I I have configured uBlock Origin on NixOS 26.05 using Home Manager. Below I attached the relevant snippet of my configuration.
programs.librewolf.policies = {
BlockAboutConfig = true;
ExtensionSettings = {
"3rdparty".Extensions."uBlock0@raymondhill.net" = {
userSettings = [
["advancedUserEnabled" "true"]
["contextMenuEnabled" "false"]
];
disableDashboard = true;
};
};
};
The said configuration produced policies.json as shown, which appeared to be in the correct format.
$ sed -e 1p -e 3p -n -e 54,71p ./distribution/policies.json
{
"policies": {
"3rdparty": {
"Extensions": {
"uBlock0@raymondhill.net": {
"disableDashboard": true,
"userSettings": [
[
"advancedUserEnabled",
"true"
],
[
"contextMenuEnabled",
"false"
]
]
}
}
},
"BlockAboutConfig": true,
Navigation to about:config was blocked as expected, but Make use of context menu where appropriate was selected in the dashboard whereas I am an advanced user was not. The dashboard was not disabled.

A specific URL where the issue occurs.
Steps to Reproduce
- Configure uBlock Origin using
distribution/policies.json.
- Open the dashboard.
Expected behavior
uBlock Origin should respect entries provided in policies.json.
Actual behavior
uBlock Origin does not respect entries provided in policies.json.
uBO version
1.68.0
Browser name and version
LibreWolf 145.0.1-2
Operating System and version
Linux 6.17.11-300.fc43.x86_64
Prerequisites
I tried to reproduce the issue when...
Description
In accordance with advises given in the relevant page and #3095, I I have configured uBlock Origin on NixOS 26.05 using Home Manager. Below I attached the relevant snippet of my configuration.
The said configuration produced
policies.jsonas shown, which appeared to be in the correct format.$ sed -e 1p -e 3p -n -e 54,71p ./distribution/policies.json { "policies": { "3rdparty": { "Extensions": { "uBlock0@raymondhill.net": { "disableDashboard": true, "userSettings": [ [ "advancedUserEnabled", "true" ], [ "contextMenuEnabled", "false" ] ] } } }, "BlockAboutConfig": true,Navigation to

about:configwas blocked as expected, butMake use of context menu where appropriatewas selected in the dashboard whereasI am an advanced userwas not. The dashboard was not disabled.A specific URL where the issue occurs.
about:policiesSteps to Reproduce
distribution/policies.json.Expected behavior
uBlock Origin should respect entries provided in
policies.json.Actual behavior
uBlock Origin does not respect entries provided in
policies.json.uBO version
1.68.0
Browser name and version
LibreWolf 145.0.1-2
Operating System and version
Linux 6.17.11-300.fc43.x86_64