 SUMwarePremium join:2002-05-21 kudos:2 1 edit | reply to BandHeight
Re: FireFox / Mozilla HTTP Headers: X-MozGood info. Thank you.
Here's the Proxo header filter I wrote:
[HTTP headers] In = FALSE Out = TRUE Key = "X-Moz: microsummary (Out)" Match = "*" It prevents any microsummary-related request. |
|
 2 edits | You're welcome SUMware.
However, I took a different approach. Your code (at least in minimal testing) simply removes the "X-Moz: microsummary" header. It still downloads the content. If all you wanted was to prevent the server from seeing whether you had the site bookmarked, this is adequate.
However, my goal was to completely kill the connection so that I could check Properties without having FF connect to the site at all. There are several ways to achieve this depending on, among other things, which config set you are using, but here is what I wrote for my Sidki set:
[HTTP headers] In = FALSE Out = TRUE Key = "X-Moz: Microsummary" Match = "*microsummary*" Replace = "$RDIR(http://local.ptron/killed.gif)" Edit: spelling |
|
 SUMwarePremium join:2002-05-21 kudos:2 1 edit | Good idea. I use Sidki's fine config set, too. So I'm going with your filter.
Not your fault - but last line doesn't display correctly here. It should be: Replace = "$RDIR(h t t p://local.ptron/killed.gif)" without spaces between the letters 'http'.
Thanks again.
[edit: corrected my sloppy spelling & punctuation] |
|
|
|
 | said by SUMware:Not your fault - but last line doesn't display correctly here. It should be Replace = "$RDIR(h t t p://local.ptron/killed.gif)"without spaces between the letters.'http'. Thanks again. Yes. The URL was truncated by the Forum software, and I didn't notice that. Thanks for pointing that out. |
|