Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

How do I add a website to the popup blocker exception list using a command prompt?

  • 3 réponses
  • 189 ont ce problème
  • 40 vues
  • Dernière réponse par cor-el

more options

I have many users with Firefox 2. I need a specific web site to be allowed for popups if their popup blocker is turned on. I need to be able to execute this command in a script which will run from a command prompt when the user logs in.

I have many users with Firefox 2. I need a specific web site to be allowed for popups if their popup blocker is turned on. I need to be able to execute this command in a script which will run from a command prompt when the user logs in.

Solution choisie

I don't think that you can do that.

However Firefox 2.0 version use a text file hostperm.1 to store the exceptions.

See http://kb.mozillazine.org/hostperm.1

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (3)

more options

Solution choisie

I don't think that you can do that.

However Firefox 2.0 version use a text file hostperm.1 to store the exceptions.

See http://kb.mozillazine.org/hostperm.1

more options

cor-el,

The link you sent gave me all the details I needed for Firefox 2. The hostperm.1 file is a text file. I was able to use the Copy command in a script to combine hostperm.1 file with a text file containing the website I needed.

Firefox 3 looks like it uses a database for that function, so I think you're right that it's not do-able in that version.

Thanks!