Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joneslloyd committed Nov 29, 2024
1 parent 2d1628c commit 63c2ea1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/wxt/wxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ export default defineConfig({
"https://public.api.bsky.app/*",
],
content_security_policy: {
extension_pages: isDevelopment ? "script-src 'self' 'unsafe-eval' 'unsafe-inline' http://localhost:*; object-src 'self'; connect-src ws://localhost:*;" : "script-src 'self'; object-src 'self';",
extension_pages: isDevelopment
? "script-src 'self' 'unsafe-eval' 'unsafe-inline' http://localhost:*; object-src 'self'; connect-src ws://localhost:*;"
: "script-src 'self'; object-src 'self';",
},
},
zip: {
Expand Down

0 comments on commit 63c2ea1

Please sign in to comment.