csp: add Bull Dashboard to whitelist #25

Merged
yume merged 1 commit from develop into master 2024-11-18 04:56:44 -06:00

View file

@ -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) => {