We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd46b1 commit 2bb4252Copy full SHA for 2bb4252
notebook/notebookapp.py
@@ -852,10 +852,6 @@ def _token_changed(self, change):
852
@default('allow_remote_access')
853
def _default_allow_remote(self):
854
"""Disallow remote access if we're listening only on loopback addresses"""
855
- # Disable the check temporarily because of Mac issues:
856
- # https://github.com/jupyter/notebook/issues/3754
857
- return True
858
-
859
try:
860
addr = ipaddress.ip_address(self.ip)
861
except ValueError:
0 commit comments