diff --git a/client/index.js b/client/index.js index adb4e59..e515f12 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-xiBc0umeH/V8hcvxoq+N7lcex1UYBINwjBXXbBh+MSRZveX+RAJts/bGXYzD6BhI' + link.integrity = 'sha384-D12RSMaIURTgZZljhdQqYlQzgEfXvOFwtiqzkWnNcDbKFwMWXcmsCRFO5BNii0MB' // 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 3930951..19f3279 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "jean-cloud-contact-mailer-client", - "version": "1.1.4", + "version": "1.1.5", "description": "", "main": "index.js", "scripts": {