Skip to content

Commit

Permalink
(chore): allow font-src to load data (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur authored Aug 1, 2024
1 parent c0c793f commit 4d1c03d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/docs-bundle/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const nextConfig = {
"base-uri 'self'",
"form-action 'self'",
"frame-ancestors 'none'",
"font-src 'self' data:",
// "upgrade-insecure-requests", <-- this is ignored because Report-Only mode is enabled
];

Expand Down

0 comments on commit 4d1c03d

Please sign in to comment.