- Solved
Firefox Add-ons store
Where is the Firefox Add-ons store ??
Where is the Firefox Add-ons store ??
Answer the question please. This is new and it is definitely a political issue. Taiwan uses Traditional Chinese. China uses Simplified Chinese.
ok# Numbered list item
Hi, When i want a new tab on Firefox i have 'Freshy' which appears while with Safari this does not happen .I heard that Freshy is an Hacker site .Pls lest me know how ca… (read more)
Hi, When i want a new tab on Firefox i have 'Freshy' which appears while with Safari this does not happen .I heard that Freshy is an Hacker site .Pls lest me know how can I Remove it or avoid it Thanks for your feedback Regards
I am trying to manage Firefox for company devices via Intune and would like to know if there is a way to uninstall all extensions/add-ons besides one or two approved ones… (read more)
I am trying to manage Firefox for company devices via Intune and would like to know if there is a way to uninstall all extensions/add-ons besides one or two approved ones.
I have been able to import the Firefox AMDX into Intune and have made a policy to install uBlock (which works without issue) and I can uninstall specific extensions/add-ins via their Extension ID (also without issue), however I can't see a way to uninstall all extensions. If I try and put a wildcard in the Extension ID field, nothing is affected.
We have a large number of devices with their own user-installed extensions so auditing this and then updating a policy manually with specific extension IDs may be quite painful.
Hello, I am trying to create a deny all & white list only gpo for Firefox extensions. I am using the gpo; Computer Configuration/Policies/Administrative Templates/M… (read more)
Hello, I am trying to create a deny all & white list only gpo for Firefox extensions.
I am using the gpo; Computer Configuration/Policies/Administrative Templates/Mozilla/Firefox/Extensions/Extension Management
I started out simple using a template which worked.
{ "*": { "blocked_install_message": "Your Company Blocked Message", "installation_mode": "blocked" }, "uBlock0@raymondhill.net": { "installation_mode": "allowed" } }
However, when I tried to add in more allowed extensions it now longer worked and was able to install any extension.
{ "*": { "blocked_install_message": "Your Company Blocked Message", "installation_mode": "blocked" }, "uBlock0@raymondhill.net": { "installation_mode": "allowed" }, "querymoid@kaply.com": { "installation_mode": "allowed" } }