]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commit
Multiple changes in CDN links 9043/head
authorRicardo Polo <ricardo.polo@tulpep.com>
Fri, 22 Apr 2016 17:23:06 +0000 (12:23 -0500)
committerRicardo Polo <ricardo.polo@tulpep.com>
Fri, 22 Apr 2016 21:33:31 +0000 (16:33 -0500)
commitae3e3d9817d744544d4058eb6c60cde306171690
treebe1741a4b69cb33714ce21b047664f114370807b
parent479827f33b61bbd7bc65e708477e5377b3279b39
Multiple changes in CDN links

* Moving the resources from CDNJs to JSDelivr. In HTTP/2 and SPDY it is recommended to host all dependencies in the same CDN or web server, so all resources are downloaded using the same HTTP connection. It's faster than establish a connection to two CDN providers. In the past using multiple CDN was the best option, but no longer. So we have to put them in just one CDN, I don't have any relation with JSDelivr but think is the best available option.
* Added SRI (integrity) to external scripts. This prevents an infection if the CDN is compromised.
* Removed version aliasing from Algolia (3) and put specific version (3.13.1). This way the cache TTL is longer and avoid breaking changes if the library is updated.
* Added the JSDelivr RUM script. This allow them to test the performance of downloading scripts and takes better load balancing decision for the CDN resources.
src/_layouts/base.html