There was an error while loading. Please reload this page.
1 parent 1b63f87 commit 103c832Copy full SHA for 103c832
1 file changed
website/modules/@apostrophecms/security-headers/index.js
@@ -32,6 +32,11 @@ module.exports = {
32
"'sha256-zoD9yhjUIP539kmB7swNElD1S9L+cey6RvNjUnEcTU4='",
33
/* eslint-enable no-secrets/no-secrets */
34
},
35
+ calendly: {
36
+ 'script-src': 'https://assets.calendly.com',
37
+ 'frame-src': 'https://calendly.com',
38
+ 'connect-src': 'https://calendly.com https://assets.calendly.com'
39
+ },
40
linkedin: {
41
'script-src': 'snap.licdn.com',
42
'connect-src': connectSrcHosts,
0 commit comments