mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-26 16:30:57 +01:00
fix: csp prevents fonts to load (#3225)
This commit is contained in:
@@ -67,6 +67,7 @@ const nextConfig: NextConfig = {
|
||||
frame-src *;
|
||||
form-action 'self';
|
||||
img-src * data:;
|
||||
font-src * data:;
|
||||
`
|
||||
.replace(/\s{2,}/g, " ")
|
||||
.trim(),
|
||||
|
||||
Reference in New Issue
Block a user