Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/core/server/csp/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ export const config = {
`script-src 'unsafe-eval' 'self'`,
`worker-src blob: 'self'`,
`style-src 'unsafe-inline' 'self'`,
`child-src 'none'`,
`frame-src 'none'`,
`object-src 'none'`,
],
}),
strict: schema.boolean({ defaultValue: false }),
Expand Down
108 changes: 0 additions & 108 deletions src/core/server/csp/csp_config.test.ts

This file was deleted.

Loading