From d570d5b865cf2ebca66184e82a61daa57482881a Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Thu, 27 Aug 2020 16:38:02 +0200 Subject: [PATCH] update --- client/index.js | 2 +- client/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/index.js b/client/index.js index 1130fa5..adb4e59 100644 --- a/client/index.js +++ b/client/index.js @@ -111,7 +111,7 @@ function jeanCloudContactFormIntercept (formId, notifier) { link.rel = "stylesheet"; link.crossOrigin = 'anonymous'; link.href = path + "/style.css"; - link.integrity = 'sha384-WJutysMMrOQpV0KGvocEEo29oFWTmU2iw0ZSgPqi53R8YElWq3qnSLd2vRCXAhjz' + link.integrity = 'sha384-xiBc0umeH/V8hcvxoq+N7lcex1UYBINwjBXXbBh+MSRZveX+RAJts/bGXYzD6BhI' // 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 647cbec..3930951 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "jean-cloud-contact-mailer-client", - "version": "1.1.2", + "version": "1.1.4", "description": "", "main": "index.js", "scripts": {