We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f19e09 commit 91a4b2cCopy full SHA for 91a4b2c
apps/docs/src/middleware.ts
@@ -47,7 +47,7 @@ function getContentSecurityPolicyHeaderValue(nonce: string, reportUri: string):
47
"form-action": [`'self'`],
48
"frame-src": [`'self'`],
49
"connect-src": [`'self'`],
50
- "img-src": [`'self'`, "cdn.usefathom.com"],
+ "img-src": [`'self'`, "cdn.usefathom.com", "github.com"],
51
"manifest-src": [`'self'`],
52
"object-src": [`'none'`],
53
"report-uri": [reportUri], // for old browsers like Firefox
0 commit comments