|
|
|
|
|
by bumblebird
6030 days ago
|
|
This may be a niche problem, but I found an interesting bug in chrome yesterday. http://code.google.com/p/chromium/issues/detail?id=7357 Basically, if you do a redirect (30x) then the referrer isn't set. This means that a number of things are broken. The referrer should be set, and is set in all other browsers. For example, if someone clicks on a tinyurl link, which redirects to your website, you won't get info on where they came from. The referrer will be empty. Bug was reported in feb, I'm not sure why it's not been fixed, since it's a pretty big bug. |
|