apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.03k stars 339 forks source link

Remove JS libraries loaded from cloudflare CDNJS #1470

Open MattMills opened 6 years ago

MattMills commented 6 years ago

There are a few libraries in traffic portal that are being loaded from cdnjs.cloudflare.com, asked Jeremy why and he asked me to open this issue, so I am!

MattMills commented 6 years ago

Full paths: https://cdnjs.cloudflare.com/ajax/libs/jsdiff/3.2.0/diff.js https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.12.0/moment.js

MattMills commented 6 years ago

It also appears to load fonts from fonts.googleapis.com and fonts.gstatic.com, not sure if we also can get rid of those.

mitchell852 commented 5 years ago

The fonts.googleapis.com and fonts.gstatic.com comment was not addressed.

zrhoffman commented 2 years ago

We also use an image hosted on cssdeck.com in theme.scss: https://github.com/apache/trafficcontrol/blob/683842e4ff397965db94bae703397e518e34ea2b/traffic_portal/app/src/styles/theme.scss#L3570