php/web-php

JQuery should not be loaded from external site

Closed this issue · 0 comments

Right now, the JQuery library is loaded from an external site (code.jquery.com). Instead, we should self-host this, and place it in the /cached.php system: https://github.com/php/web-php/blob/master/include/footer.inc#L99

Previously it was probably on the jquery.com site due to it having a CDN, but we have that ourselves now, there is no reason to not self-host any more (and leak our user's IP addresses).