Showing questions for topic:
Showing questions tagged:

Don't want searches to use ai

I want to avoid any 'ai assist' searches because I do not find their summaries accurate or valuable enough to be worth the environmental impact they consume. I know my w… (read more)

I want to avoid any 'ai assist' searches because I do not find their summaries accurate or valuable enough to be worth the environmental impact they consume. I know my web browser searches are not under the control of firefox, but for privacy and security I kill cookies when I end browsing sessions. So I am not staying logged in to search engines when I finish my sessions, and setting my preferences to 'no ai assist' on DDG doesn't last session to session because the search engine defaults to 'ai assist' searches now, as does google.

Are there any search engines that do not use ai?

Has anyone written an extension/add-on to FF that would add 'minus ai' to all my searches no matter what browser I use? Or otherwise indicate to search engines that I do not want ai-assisted summaries period?

We've got various privacy options built into FF--this is why it is my preference always--and it would be LOVELY to have a 'no ai' option too.

Solved Archived 4 380

Is there any Firefox addon or feature within addons management icon (from toolbar) to Disable Extensions and Apps in one-click like Chrome has via this addon?

Is there any addon or feature within addons management icon (from toolbar) to Disable Extensions and Apps in one-click like Chrome has via this addon? https://chromewebst… (read more)

Is there any addon or feature within addons management icon (from toolbar) to Disable Extensions and Apps in one-click like Chrome has via this addon?

https://chromewebstore.google.com/detail/disable-extensions-and-ap/abmoaeegegigmhgfmdmlhkoghibgkpkj

https://browsernative.com/disable-chrome-extensions-apps/

Locked Archived 1 365

ExtensionSettings policy

We're exploring adopting a default deny policy for Firefox extensions in our enterprise. However when I tested this by creating a custom policies.json Firefox unexpectedl… (read more)

We're exploring adopting a default deny policy for Firefox extensions in our enterprise. However when I tested this by creating a custom policies.json Firefox unexpectedly removed all extensions for me, including the ones I thought I had allow listed. Here is my policies.json but just keeping in the Facebook Container add-on to illustrate:

{

   "policies": {
       "ExtensionSettings": {
           "*": {
               "blocked_install_message": "Only approved Firefox extensions can be installed, please email your request to itdept@example.org",
               "installation_mode": "blocked",
               "allowed_types": ["theme", "dictionary", "locale"]
           },
           "@contain-facebook.xpi": { "installation_mode": "allowed" }
       }
   }

}

What I would like is to to allow pre-approved extensions (including if they already are installed) and all other types of add-on, but remove and prohibit installation of unapproved extensions.

Can anyone assist, please?

Solved Archived 5 324