On Tue, Jun 18, 2019 at 09:48:42AM +0100, Daniel P. Berrangé wrote:
On Tue, Jun 18, 2019 at 10:12:39AM +0200, Andrea Bolognani wrote:
> We're carrying around embedded copies of a few JavaScript libraries
> for use in our homepage, and we've been unforgivably bad at keeping
> them up to date.
>
> Instead of serving JavaScript from
libvirt.org, use CDNJS so that
> users will get better performance and the load on our Web server
> will decrease (win-win!); at the same time, move from the positively
> ancient versions we're currently using to the freshest ones
> available.
I'm in favour of updating the code of course, but I'd like to keep it
self-contained on our own site, certainly not support cloudflare.
Especially if we still have to manually update it, which I thought this patch is
helping with =)