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 f17932f commit 49438d8Copy full SHA for 49438d8
modules/security-headers.ts
@@ -32,6 +32,8 @@ export default defineNuxtModule({
32
'https://api.npmjs.org',
33
'https://npm.antfu.dev',
34
...ALL_KNOWN_GIT_API_ORIGINS,
35
+ // Local CLI connector (npmx CLI communicates via localhost)
36
+ 'http://127.0.0.1:*',
37
].join(' ')
38
39
const frameSrc = ['https://bsky.app', 'https://pdsmoover.com'].join(' ')
0 commit comments