diff --git a/client/index.js b/client/index.js index 6f98949..0f8acb5 100644 --- a/client/index.js +++ b/client/index.js @@ -79,6 +79,7 @@ function jeanCloudContactFormIntercept (formId, theme) { link.rel = "stylesheet"; link.crossOrigin = 'anonymous'; link.href = path + "/style.css"; - link.integrity = 'sha384-9kSXtY4xhTP1f97JTT2J8tEHj1thIUfd9Ub7yOFsGLBQ/impvue07/UN1MhyCcyP' + link.integrity = 'sha384-8PWvFCRowSxssUyiGirvpq/Nh6TTzYrsbAmpC0cw/OUKkZibNdI5L1gFiHxfrTZT' + // cat style.css | openssl dgst -sha384 -binary | openssl base64 -A document.head.appendChild(link); })() diff --git a/client/package.json b/client/package.json index e8ddf8b..610a68d 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "jean-cloud-contact-mailer-client", - "version": "1.0.10", + "version": "1.0.15", "description": "", "main": "index.js", "scripts": {