mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
5 lines
190 B
Text
5 lines
190 B
Text
|
#!/bin/bash -x
|
||
|
# Do not enable the warning about the insecurity of http protocol
|
||
|
|
||
|
sed -i 's/if (window\.location.*/if (false) {/' {{ jupyterhub_venv }}/share/jupyterhub/templates/login.html
|