Is it possible to turn on “Disable JavaScript” when deploying uBlock Origin? #3694
-
Hello! I’m currently working on a NixOS configuration that automatically installs and configures Firefox and uBlock Origin for me. So far, I have been able to successfully use a managed storage manifest to make uBlock Origin use a dark theme by default. I want to make my configuration automatically turn on uBlock Origin’s “Disable JavaScript” setting. I looked through the documentation for configuring a uBlock Origin deployment, but I wasn’t able to find anything that would allow me to turn on the “Disable JavaScript” setting. Is it possible to automatically turn on “Disable JavaScript” when deploying uBlock Origin? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to use |
Beta Was this translation helpful? Give feedback.
You need to use
adminSettings
to set per-site switch rules:{ "hostnameSwitchesString": "no-scripting: * true\n" }