Add a comment for EMBED_HOSTED_URL

This commit is contained in:
Sukhpal Saini 2023-06-23 09:57:07 -04:00 committed by GitHub
parent 87a62fb614
commit b4a26314ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,8 @@ const pkg = require('./package.json');
const CLOUD_URL = 'https://cloud.umami.is';
const EMBED_HOSTED_URL = process.env.EMBED_HOSTED_URL
// Space-separated list of URLs that can load the "Share" dashboard, i.e. http://app.localhost:7000 https://*.vercel.app
const EMBED_HOSTED_URL = process.env.EMBED_HOSTED_URL;
const contentSecurityPolicy = `
default-src 'self';