##// END OF EJS Templates
Backport PR #6480: only compare host:port in Websocket.check_origin...
Backport PR #6480: only compare host:port in Websocket.check_origin don't include protocol - matches tornado's own behavior - avoids incorrect 403 in http-behind-https proxy situations. ...

File last commit:

r14009:6f019b30
r18089:73796bcf
Show More
__main__.py
3 lines | 105 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.html import notebookapp as app
app.launch_new_instance()