Page 1 of 1

How to allow noscript on windows domain gpo

Posted: Wed Nov 08, 2023 8:00 am
by kemikliet
Hello,
I need to add NoScript in to below code but don't know the exact information's. Do I need "install_url" ? I don't want to install. I just want to allow it. Please tell me what should I use instead of xxx in below text.

Thanks.

Code: Select all

},
"xxx@xxx.addons.mozilla.org": {
"installation_mode": "allowed"
}

Re: How to allow noscript on windows domain gpo

Posted: Wed Nov 08, 2023 2:06 pm
by barbaz
I'm guessing this is for https://mozilla.github.io/policy-templa ... onsettings?

NoScript's extension ID is {73a6fe31-595d-460b-a920-fcc0f8843232}. So to edit your code for NoScript:

Code: Select all

},
"{73a6fe31-595d-460b-a920-fcc0f8843232}": {
"installation_mode": "allowed"
}