csp: add Bull Dashboard to whitelist #25
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ export class ClientServerService {
|
||||||
script_src: [
|
script_src: [
|
||||||
`https://${new URL(this.config.url).host}/embed_vite/`,
|
`https://${new URL(this.config.url).host}/embed_vite/`,
|
||||||
`https://${new URL(this.config.url).host}/vite/`,
|
`https://${new URL(this.config.url).host}/vite/`,
|
||||||
|
`https://${new URL(this.config.url).host}/queue/static/js/`,
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
fastify.addHook('onRequest', (_, reply, done) => {
|
fastify.addHook('onRequest', (_, reply, done) => {
|
||||||
|
|
Loading…
Reference in a new issue