about summary refs log tree commit diff
path: root/pkgs/development/python-modules/nbdime/749.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/nbdime/749.patch')
-rw-r--r--pkgs/development/python-modules/nbdime/749.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/nbdime/749.patch b/pkgs/development/python-modules/nbdime/749.patch
deleted file mode 100644
index b88aec0f67e31..0000000000000
--- a/pkgs/development/python-modules/nbdime/749.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/nbdime/webapp/nbdimeserver.py
-+++ b/nbdime/webapp/nbdimeserver.py
-@@ -388,6 +388,7 @@
-         'jinja2_env': env,
-         'local_hostnames': ['localhost', '127.0.0.1'],
-         'cookie_secret': base64.encodebytes(os.urandom(32)), # Needed even for an unsecured server.
-+        'allow_unauthenticated_access': True,
-     }
- 
-     try: