Currently the initfence index.html file uses some jquery trickery to determine the host IP or FQDN to display. Currently jquery is being loaded from Google.
Whilst that isn't a huge issue, it's not ideal (some users may have objections on the grounds of privacy).
Debian provide a jquery package so we could use that instead? Although I note that it is 500kb installed. We only require jquery.min.js, which is 136kb, so perhaps we should just bundle a static version of jquery?
Thoughts?
Currently the initfence
index.htmlfile uses some jquery trickery to determine the host IP or FQDN to display. Currently jquery is being loaded from Google.Whilst that isn't a huge issue, it's not ideal (some users may have objections on the grounds of privacy).
Debian provide a jquery package so we could use that instead? Although I note that it is 500kb installed. We only require
jquery.min.js, which is 136kb, so perhaps we should just bundle a static version of jquery?Thoughts?