add comment in Access-Control-Allow-Origin header support last line
This commit is contained in:
@@ -56,3 +56,5 @@ if "GEN_CERT" in os.environ:
|
|||||||
# Change default umask for all subprocesses of the Server if set in the environment
|
# Change default umask for all subprocesses of the Server if set in the environment
|
||||||
if "NB_UMASK" in os.environ:
|
if "NB_UMASK" in os.environ:
|
||||||
os.umask(int(os.environ["NB_UMASK"], 8))
|
os.umask(int(os.environ["NB_UMASK"], 8))
|
||||||
|
|
||||||
|
# c.ServerApp.allow_origin="*"
|
||||||
|
|||||||
Reference in New Issue
Block a user