How to allow noscript on windows domain gpo

Ask for help about NoScript, no registration needed to post
kemikliet
Posts: 6
Joined: Tue Jun 23, 2020 7:56 am

How to allow noscript on windows domain gpo

Post 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"
}
Last edited by barbaz on Wed Nov 08, 2023 1:58 pm, edited 1 time in total.
Reason: kill board-generated link
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0
barbaz
Senior Member
Posts: 10849
Joined: Sat Aug 03, 2013 5:45 pm

Re: How to allow noscript on windows domain gpo

Post 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"
}
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/119.0
Post Reply