mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Add a comment for EMBED_HOSTED_URL
This commit is contained in:
parent
87a62fb614
commit
b4a26314ef
1 changed files with 2 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue