##// 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 | 104 B | text/x-python | PythonLexer
MinRK
add `python -m` entry points for everything
r14009 if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()