mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Add a comment for EMBED_HOSTED_URL
This commit is contained in:
parent
87a62fb614
commit
b4a26314ef
@ -4,7 +4,8 @@ const pkg = require('./package.json');
|
|||||||
|
|
||||||
const CLOUD_URL = 'https://cloud.umami.is';
|
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 = `
|
const contentSecurityPolicy = `
|
||||||
default-src 'self';
|
default-src 'self';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user