Tarek Nabil

Results 16 comments of Tarek Nabil

Any chance @doc-han's PR can be merged? This is a must-have feature.

Hi, assuming this didn't make it into v4.1? Is it planned for an upcoming release?

Hi, any updates on this issue or suggested workarounds?

Hi @ncroese, The logging issue you're facing is probably related to this Node bug related to worker threads: https://github.com/nodejs/node/issues/30491 This is not to say that your feature request is not...

> I've managed to workaround and it is simply exclusion of `mmm.Magic` instance from thread, but it seems not the best solution. Hi @xobotyi, could you please elaborate a bit...

Team, two years from when this issue was created, do we have a solution in place? The security module mentioned in some of the comments uses "unsafe-inline", so is definitely...

@Tristan971 Had a quick look and it seems to be focused on the use of a nonce, which doesn't work for us, since we don't do SSR.

Thanks @Tristan971. I'm not very hopeful that the nonce-based approach would work for hashes. If my understanding is correct, `strict-dynamic` allows `script` tags with a `src` attribute if they have...

Wanted to come back here and update everyone with my findings so far. I was planning to start looking at Nitro hooks to replace script tags with one that adds...

Just a quick update that the behaviour I described above changed as soon as I started deploying to the actual environments (i.e. not locally). Unsurprisingly, I had to add a...