• [^] # Re: Solution pas top

    Posté par . En réponse à la dépêche Un mouchard dans Mozilla. Évalué à 10.

    > C'est quand meme tres restrictif comme solution... Il y a mieux, mais faut mettre les mains dans le cambouis: http://members.ping.de/~sven/mozbug/refcook.html * Create a file user.js in your profile folder (the one with the prefs.js file). o For UNIX, it's $HOME/.mozilla/default. o For Windows 98/Me users, the path is probably something like C:\WINDOWS\Application Data\Mozilla\Profiles\Default User\f9a1239a.slt. o For W2K users, the path will be something like C:\Documents and Settings\<user_name>\Application Data\Mozilla\Profiles\Default\<some_random_string>.slt o For Mac OS X, it's $HOME/Library/Mozilla/Profiles/default/<random string>.slt Put the following line in the file to disable the HTTP_REFERER header completely: user_pref("network.http.sendRefererHeader", 0);