Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IE making request for "null". fixes #583 #584

Closed
wants to merge 1 commit into from
Closed

Fix IE making request for "null". fixes #583 #584

wants to merge 1 commit into from

Conversation

tdcook
Copy link

@tdcook tdcook commented Jun 20, 2013

A fix for old versions of Chrome causes IE to make requests for a file
called "null". We should not execute that code unless the user agent
contains "Chrome".

A fix for old versions of Chrome causes IE to make requests for a file
called "null". We should not execute that code unless the user agent
contains "Chrome".
@heff
Copy link
Member

heff commented Jun 24, 2013

Thanks for the fix. #593 fixes the same issue without user agent detection, which is a little better. We could probably kill that line all together since it's a rare case and Chrome 16, but according to statcounter there's still a few Chrome 16 users out there, so I guess we'll keep it for now.

@heff heff closed this Jun 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants