Add cal URL

This commit is contained in:
Joe Au-Yeung 2023-01-23 17:03:18 -05:00
parent 1aed940420
commit 97fee864bf

View File

@ -266,8 +266,8 @@ const nextConfig = {
const ContentSecurityPolicy = ` const ContentSecurityPolicy = `
default-src 'self'; default-src 'self';
script-src 'self'; script-src 'self';
child-src example.com; child-src app.cal.com;
style-src 'self' example.com; style-src 'self' app.cal.com;
font-src 'self'; font-src 'self';
`; `;
return [ return [