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:
parent
f96024b334
commit
86c7515252
1 changed files with 4 additions and 0 deletions
4
roles/jupyterhub/templates/patch-http-warning.sh
Executable file
4
roles/jupyterhub/templates/patch-http-warning.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue