From 4464930a272c1c04c410788e1bd8b90ca09fd50d Mon Sep 17 00:00:00 2001 From: Noelle Leigh Date: Thu, 23 May 2019 20:17:28 -0400 Subject: [PATCH] Added SRI to CDN link, bumped to 12.0.1 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