mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Merge branch 'dev' into analytics
This commit is contained in:
commit
1770682598
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ const contentSecurityPolicy = [
|
|||
`script-src 'self' 'unsafe-eval' 'unsafe-inline'`,
|
||||
`style-src 'self' 'unsafe-inline'`,
|
||||
`connect-src 'self' api.umami.is`,
|
||||
`frame-src *`,
|
||||
];
|
||||
|
||||
const cspHeader = (values = []) => ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue