1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

add missing patch-http-warning.sh

This commit is contained in:
George Hunt 2021-08-31 23:28:13 +00:00
parent f96024b334
commit 86c7515252

View file

@ -0,0 +1,4 @@
#!/bin/bash -x
# Do not enable the warning about the insecurity of http protocol
sed -i -e's/if (window\.location.*/if (false) {/' /opt/iiab/jupyterhub/share/jupyterhub/templates/login.html