Skip to content

Commit

Permalink
chore: updating sri for 2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed May 5, 2021
1 parent cb4a273 commit 8d8556f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
38 changes: 16 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,29 @@ The ECL is bundled in various [presets](docs/06-presets.md) in order to accomoda
- use the CDN, https://cdn{1,2,3 or 4}.fpfis.tech.ec.europa.eu/ecl/{tag}/{preset}/{path/to/the/asset}. Here's an example:

```html
<link
rel="stylesheet"
href="https://cdn1.fpfis.tech.ec.europa.eu/ecl/v2.37.2/ec-preset-website/styles/ecl-ec-preset-website.css"
integrity="sha256-FiG8kCltMDFpt2J3o5RtUJdF2dhBGG2MZZ4Gu6yjXv4=
sha384-NxUqmjEiDdJZ9VMp6u/VXzss9Oj5npTEUWMevSEiH/oxny4hs1kEk3bfQBUNQ7/T
sha512-DnYEOFbmxQkqYflrpqG7+CEIzouwhUD+7bfXLksK2K4CqeW46Ukb/dDYEbZ6SmWNe3zlwOiTK9pieJlcelGerw=="
crossorigin="anonymous"
media="screen"
/>
<link rel="stylesheet"
href="https://cdn1.fpfis.tech.ec.europa.eu/ecl/v2.38.0/ec-preset-website/styles/ecl-ec-preset-website.css"
integrity="sha256-PwQ12XC/4usL96v8qiuneU2XOPZgZ67bX9tNBNJJakA=",
"sha384-oBed+os9urcXVZdiqfRuqEeSsDRlwtikumljxIOHoqh85M2JAbSNu0jSFLDQ/yzh",
"sha512-rt0sUd36rAzFniGftOMkR0mSgGTx2WhvyqeHwRQxYAE7FiPhQDPU8yZDZ0l+1Cn20Q0bKQvSg3J0lpoUsXwOLA=="
crossorigin="anonymous" media="screen" />
```

```html
<link
rel="stylesheet"
href="https://cdn1.fpfis.tech.ec.europa.eu/ecl/v2.37.2/ec-preset-website/styles/ecl-ec-preset-website-print.css"
integrity="sha256-xz1m/QP01GxG7mruhdY+oZ7AbYyrwj1biUo2ZjR793E=
sha384-1HAbiJPLkoZo9lx2LUQgx4a+O1RAUSIUYBD7g9moG+GqQZola64bX8FADJAw17Kz
sha512-lWC/f1uKVJjbTuVznQWyIoxbsFtwdaa+5hFQzDh3pGAV+Zc/qBb3DeHpiBideP2YTFldpVTfAzcTK+pVbkPL9A=="
crossorigin="anonymous"
media="print"
/>
<link rel="stylesheet"
href="https://cdn1.fpfis.tech.ec.europa.eu/ecl/v2.38.0/ec-preset-website/styles/ecl-ec-preset-website-print.css"
integrity="sha256-HQD/5x5TrwRe0gpKYMtzCFNLejq3HupS/ewLXpkoo40=",
"sha384-EETXlx0gVUO+EA5p23VtKSnaWtlaJDVWAkYw1XtgUEjShJH9FRSukSc8EKcREogp",
"sha512-QysuHUEzZHvz43nqbYZM4a/0nu/AtldChsXdhYoAld172kaBXuqmypW21em9MZyMJ4/iIp23a2ifeZaQZXl/+g=="
crossorigin="anonymous" media="print" />
```

```html
<script
src="https://cdn1.fpfis.tech.ec.europa.eu/ecl/v2.37.2/ec-preset-website/scripts/ecl-ec-preset-website.js"
integrity="sha256-dg+mJ6917/DNmFdGEciGMoneB5Sz0Cz1sw9SByQhEYY=
sha384-pb8P57rC8UeGbX720z1l4nSNjrLRsngvsiBuI768jwUVCqO/N29K70FvQkaM59LS
sha512-WdnobymOmcCNJzLAJzLf34RjN0MsEs5st903lj8wJnK6DP7UhyQBXBB2vkvCOo+FL+UNzlWrWwgP5MtOONherg=="
src="https://cdn1.fpfis.tech.ec.europa.eu/ecl/v2.38.0/ec-preset-website/scripts/ecl-ec-preset-website.js"
integrity="sha256-L0lSyPUTHTWwsMF/Dbx4CwxOS+iVtjX1gNRormeosm4=",
"sha384-bRZrVJpKc6Sk//7K9/VyQ9jdhXj78GoLQky9KUCwyNQ4j0qAPM9QORJh/PXWRfKy",
"sha512-J96cyekjLqw1HVgfs0DIYVp5nJfMGn3iEod22KVTcoa+9AWKdYQ1GkLnI9cP6njHWRu3/ReMvrELi3H3/gr2hw=="
crossorigin="anonymous"
></script>
```
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.38.0",
"version": "2-dev",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down

0 comments on commit 8d8556f

Please sign in to comment.