add comment in Access-Control-Allow-Origin header support last line

This commit is contained in:
2024-02-19 18:17:00 +08:00
parent 8e0fc3c85d
commit fc6f8f051a

View File

@@ -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="*"