changing extension settings via storage manifest
I have been trying to set group policy for ublock-origin extension in firefox linux. per the docs, https://github.com/gorhill/uBlock/wiki/Deploying-uBlock-Origin:-config… (read more)
I have been trying to set group policy for ublock-origin extension in firefox linux.
per the docs, https://github.com/gorhill/uBlock/wiki/Deploying-uBlock-Origin:-configuration#toadd
I created a file "~/.mozilla/native-messaging-hosts/uBlock0@raymondhill.net.json"
with content
{
"name": "uBlock0@raymondhill.net", "description": "ignored", "type": "storage", "data": { "advancedSettings": [ [ "disableWebAssembly", "true" ] ] }
}
but no matter what i add here, nothing is getting reflected back to extension settings. can you guys please advise on what to fix here