This commit is contained in:
Adrian Amaglio 2020-08-25 21:19:25 +02:00
parent c52605f703
commit 5714519a2e
2 changed files with 3 additions and 2 deletions

View File

@ -79,6 +79,7 @@ function jeanCloudContactFormIntercept (formId, theme) {
link.rel = "stylesheet"; link.rel = "stylesheet";
link.crossOrigin = 'anonymous'; link.crossOrigin = 'anonymous';
link.href = path + "/style.css"; 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); document.head.appendChild(link);
})() })()

View File

@ -1,6 +1,6 @@
{ {
"name": "jean-cloud-contact-mailer-client", "name": "jean-cloud-contact-mailer-client",
"version": "1.0.10", "version": "1.0.15",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {