1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/roles/jupyterhub/templates/patch-http-warning.sh
2021-09-01 00:49:49 +00:00

4 lines
196 B
Bash
Executable file

#!/bin/bash -x
# Do not enable the warning about the insecurity of http protocol
sed -i -e's/if (window\.location.*/if (false) {/' {{ jupyterhub_venv }}/share/jupyterhub/templates/login.html