From d47248dd1dda3d41a5cfd9f6a88df19a6070c766 Mon Sep 17 00:00:00 2001 From: Noelle Leigh Date: Tue, 28 May 2019 19:26:06 -0400 Subject: [PATCH] Added SRI to CDN link, bumped to 12.0.1 (#355) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From [MaxCDN Support](https://www.maxcdn.com/one/visual-glossary/subresource-integrity/): > Subresource Integrity (SRI) is a security feature that instructs browsers to verify that resources fetched from third parties like CDNs have been delivered without any manipulation. SRI does this by comparing the hash values of the third-party-hosted resources to the values in the website’s HTML elements. I used https://www.srihash.org/ to generate the SHA384 hash on https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.1 on 2019-05-23 8:15 PM EST. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75931ea7..61fa4ddd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The folks over at [MaxCDN](https://www.maxcdn.com) have graciously provided CDN Use the following in the `` tag of your HTML document(s): ```html - + ``` ## Breaking changes in V2