Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

Install extention using GPO

  • 5 პასუხი
  • 0 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა thristov1980

Hello,

I want to download an extension using firefox policy templates. I put the location folder and extension id so that it cannot be deleted, but for some reason it doesn't want to install most of the times. The policy is added after using the gpupdate /force command and restarting the machine then open and close the browser. I wait 10 minutes for the policy to be configured on the computer and open the browser again and nothing happens. Also, the keys in the registry have the corresponding value type (checked in site https://admx.help/?Category=Firefox&Policy=Mozilla.Policies.Firefox::Extensions_Locked). But when I drag and drop with a mouse, the extension is installed and cannot be deleted. Can you tell me why does the extension not install when the policy is in effect?

I sent pictures from Group Policy Manager, Registry editor and showing that the extension can not be deleted after drag and drop with a mouse.

Thank you in advanced!

Hello, I want to download an extension using firefox policy templates. I put the location folder and extension id so that it cannot be deleted, but for some reason it doesn't want to install most of the times. The policy is added after using the gpupdate /force command and restarting the machine then open and close the browser. I wait 10 minutes for the policy to be configured on the computer and open the browser again and nothing happens. Also, the keys in the registry have the corresponding value type (checked in site https://admx.help/?Category=Firefox&Policy=Mozilla.Policies.Firefox::Extensions_Locked). But when I drag and drop with a mouse, the extension is installed and cannot be deleted. Can you tell me why does the extension not install when the policy is in effect? I sent pictures from Group Policy Manager, Registry editor and showing that the extension can not be deleted after drag and drop with a mouse. Thank you in advanced!
მიმაგრებული ეკრანის სურათები

გადაწყვეტა შერჩეულია

The id should have curly brackets

{cb40da56-497a-4add-955d-3377cae4c33b}

Can you try that?

პასუხის ნახვა სრულად 👍 1

ყველა პასუხი (5)

With manual installation everything is fine (drag and drop) also on other browsers like chrome or edge there is no problem so it is not the developer's fault

ჩასწორების თარიღი: , ავტორი: thristov1980

I would suggest you take a look at the ExtensionSettings policy:

https://github.com/mozilla/policy-templates/blob/master/README.md#extensionsettings

It's much more robust for what you are trying to do.

Hello,

I tried making the registry key and when I go into about:policies the policy shows up but doesn't run again. Just in case, I made another policy not to download other extensions and it works without a problem. I opened waited a few minutes and closed the browser and when I reopen it, my extension is not download. Also restarting the machine does not help. Do you have any other tips?

Here is the REG_MULTI_SZ:

{

 "cb40da56-497a-4add-955d-3377cae4c33b": {
   "installation_mode": "force_installed",
   "install_url": "file:///C:/Program Files (x86)/Folder/Endpoint Security/Web Control/e10swcffplg.xpi"
 },
"*": {

"installation_mode": "blocked"

 }

}

შერჩეული გადაწყვეტა

The id should have curly brackets

{cb40da56-497a-4add-955d-3377cae4c33b}

Can you try that?

Thank you for the help it work finally

Best regards,