Post Reply 
Connection Timer...
Mar. 26, 2009, 12:21 AM
Post: #16
RE: Connection Timer...
(Mar. 25, 2009 10:43 PM)lnminente Wrote:  Sidki, do you have enabled network.http.pipelining and network.http.proxy.pipelining in FF?

Yep, sure. Smile!

The thing is that you can't rely on Proxomitron's log window, when it comes to certain headers (connection and keep-alive being two of them).

That's why i did the snapshots with a third party tool. (I've mentioned it before, created by one of the most inventive people i know.)


Quote:edit: BTW for these 5.6 seconds the FF 3.1b you are using helps a lot hehehe Wink

It's Firefox/3.0.7, the "*.9.9" is faked (as is the OS version).
Add Thank You Quote this message in a reply
Mar. 26, 2009, 12:26 AM (This post was last modified: Mar. 26, 2009 12:26 AM by lnminente.)
Post: #17
RE: Connection Timer...
Wow! I'm pretty sure with 3.1b it could be faster then, at least rendering the page.
for the latest nightly FF 1.9.1
Add Thank You Quote this message in a reply
Apr. 04, 2009, 08:38 PM
Post: #18
RE: Connection Timer...
(Mar. 25, 2009 08:14 PM)Graycode Wrote:  Most sites that try to protect their images by checking the Referer: header work well when No such header is sent.

I'm seeing the same, and the referrer check on images is becoming a pain.

Below filter is targeting off-domain Referer headers only. It is named "offsite" just because this term is more commonly known. It's an update. Only change is that the referrer string (but not the actual header, in order to keep things quick) is removed from image responses. For all other responses (basically) the onsite top-level URL is returned.

The last filter is new and just there to remove the empty Referer header, left over by former filter.

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "Referer: 3d Fake/Kill if Offsite - Other Pages     9.04.04 [srl] (d.2) (Out) TEST"
URL = "^$TST(keyword=*.(a_refer|f_refer|b_refer|f_ua_gbot|a_headers).*)"
Match = "?&(^http(s|)://(([^/]++.|)$TST(uDom)(^.)|*Big\+Bang))&$TST(uExt=bmp|gif|ico|jpe+g|pjpeg|png)|$SET(1=$GET(uProt)//\h/)"
Replace = "\1"

In = FALSE
Out = TRUE
Key = "Referer: 5 Kill if empty     9.04.04 [sd] (d.0) (Out)"
Match = "( )(^?)"
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: