Replies: 2 comments 3 replies
-
uBO doesn't deal with files in your file system. It uses browser API You will have to investigate more on your side to figure why this doesn't work. At first glance, it seems you are trying to use Chromium-browser policy syntax into a Firefox-based browser. Since you are essentially asking for support, I will convert this into a Q/A discussion item. |
Beta Was this translation helpful? Give feedback.
-
|
I have successfully reproduced this issue on a separate machine in a container with Alpine Linux and LibreWolf. However, I noticed that it functioned expectedly when Firefox ESR was used instead. I hypothesize that neither the policies nor the extension was at fault and will report instead to the LibreWolf team. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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": { "[email protected]": { "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
Beta Was this translation helpful? Give feedback.
All reactions