csp: add Bull Dashboard to whitelist
Some checks are pending
Publish Docker image / Build (push) Waiting to run
Test (production install and build) / production (22.11.0) (push) Waiting to run
Lint / pnpm_install (push) Successful in 1m24s
Test (backend) / unit (22.11.0) (push) Successful in 8m46s
Test (backend) / e2e (22.11.0) (push) Successful in 12m19s
Lint / lint (backend) (push) Successful in 2m41s
Lint / lint (frontend) (push) Successful in 2m37s
Lint / lint (frontend-embed) (push) Successful in 2m37s
Lint / lint (frontend-shared) (push) Successful in 2m31s
Lint / lint (misskey-bubble-game) (push) Successful in 2m30s
Lint / lint (misskey-js) (push) Successful in 2m31s
Lint / lint (misskey-reversi) (push) Successful in 2m30s
Lint / lint (sw) (push) Successful in 2m32s
Lint / typecheck (backend) (push) Successful in 2m30s
Lint / typecheck (misskey-js) (push) Successful in 1m41s
Lint / typecheck (sw) (push) Successful in 1m45s
Some checks are pending
Publish Docker image / Build (push) Waiting to run
Test (production install and build) / production (22.11.0) (push) Waiting to run
Lint / pnpm_install (push) Successful in 1m24s
Test (backend) / unit (22.11.0) (push) Successful in 8m46s
Test (backend) / e2e (22.11.0) (push) Successful in 12m19s
Lint / lint (backend) (push) Successful in 2m41s
Lint / lint (frontend) (push) Successful in 2m37s
Lint / lint (frontend-embed) (push) Successful in 2m37s
Lint / lint (frontend-shared) (push) Successful in 2m31s
Lint / lint (misskey-bubble-game) (push) Successful in 2m30s
Lint / lint (misskey-js) (push) Successful in 2m31s
Lint / lint (misskey-reversi) (push) Successful in 2m30s
Lint / lint (sw) (push) Successful in 2m32s
Lint / typecheck (backend) (push) Successful in 2m30s
Lint / typecheck (misskey-js) (push) Successful in 1m41s
Lint / typecheck (sw) (push) Successful in 1m45s
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
3390f01128
commit
611dbe9f4a
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ export class ClientServerService {
|
|||
script_src: [
|
||||
`https://${new URL(this.config.url).host}/embed_vite/`,
|
||||
`https://${new URL(this.config.url).host}/vite/`,
|
||||
`https://${new URL(this.config.url).host}/queue/static/js/`,
|
||||
],
|
||||
});
|
||||
fastify.addHook('onRequest', (_, reply, done) => {
|
||||
|
|
Loading…
Reference in a new issue