mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-25 20:02:46 +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 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…
Reference in New Issue
Block a user