mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Added frame-src to CSP.
This commit is contained in:
parent
5acc1f0f3c
commit
91d385d838
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…
Add table
Add a link
Reference in a new issue