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 cell execution in firefox, closes #3447 #3453

Merged
merged 1 commit into from Jun 21, 2013
Merged

Conversation

ivanov
Copy link
Member

@ivanov ivanov commented Jun 20, 2013

location.origin is specific to WebKit only. The fix is to use a
combination of location.protocol and location.host

location.origin is specific to WebKit only. The fix is to use a
combination of location.protocol and location.host
@ivanov ivanov mentioned this pull request Jun 20, 2013
@minrk
Copy link
Member

minrk commented Jun 21, 2013

Not quite true, as FF >= 21.0 supports location.origin, but this seems like an important fix. Merging. Thanks!

minrk added a commit that referenced this pull request Jun 21, 2013
fix websocket connection in old Firefox

location.origin is a too recent addition.

closes #3447
@minrk minrk merged commit dfb3be0 into ipython:master Jun 21, 2013
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
fix websocket connection in old Firefox

location.origin is a too recent addition.

closes ipython#3447
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.

None yet

2 participants