We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

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

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

ვრცლად

I don't want websites to query/enumerate my list of addons. How do I hide addons from websites?

  • 5 პასუხი
  • 3 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 6 ნახვა
  • ბოლოს გამოეხმაურა tdassj

I want to keep my of addons, extensions and plugins private. They can have acceptable content-types, but I don't want content delivery contingent on having/not having elements installed.

I assume this would have to be a per-site configuration item, I would prefer to block all, accept some (like I have to do with flash/java).

I want to keep my of addons, extensions and plugins private. They can have acceptable content-types, but I don't want content delivery contingent on having/not having elements installed. I assume this would have to be a per-site configuration item, I would prefer to block all, accept some (like I have to do with flash/java).

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

Websites can only enumerate plugins, not extensions. Sites detect some extensions (like ad blockers) based on the page of missing/added elements in the page.

Here's an example of a page that enumerates plugins:

You can use an add-on to empty out the plugins array, although this might cause unpredictable results on sites where you actually do want to use plugins. For example, I posted a Greasemonkey userscript here: https://greasyfork.org/en/scripts/18256-hide-all-plugins

I didn't create a UI to easily add/exempt sites, but someone could do that, or perhaps you'll find something easier to use.

jscher2000 said

Websites can only enumerate plugins, not extensions. Sites detect some extensions (like ad blockers) based on the page of missing/added elements in the page. Here's an example of a page that enumerates plugins: You can use an add-on to empty out the plugins array, although this might cause unpredictable results on sites where you actually do want to use plugins. For example, I posted a Greasemonkey userscript here: https://greasyfork.org/en/scripts/18256-hide-all-plugins I didn't create a UI to easily add/exempt sites, but someone could do that, or perhaps you'll find something easier to use.


@jscher2000


Hey, may I ask you a question?


I want to hide the add-on or plugins tap by changing the defaut configuration of "about:config". So I creat a pref.js file but I don't know which item in "about:config" is the relevant configuration, and could you tell me how i can do that?


Thanks a lot.

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

Hi tdassj, I see you have a separate question about this: https://support.mozilla.org/questions/1147720

I actually don't think there is a preference for hiding the about:addons page (or any other internal pages). If I think of anything, I'll post it in the other thread.

jscher2000 said

Hi tdassj, I see you have a separate question about this: https://support.mozilla.org/questions/1147720 I actually don't think there is a preference for hiding the about:addons page (or any other internal pages). If I think of anything, I'll post it in the other thread.


Thanks a lot @jscher2000

waiting for your further support :)

@jscher2000

And do you have any other methods to customize the requirement ?