vejja

Results 120 comments of vejja

Hi @kiwicopple I think that what is not fully documented yet is getSessionFromUrl But IMO some of the confusion partly arises because if `storeSession` is not set to `true`, then...

Hi @dragarcia Have you been able to build plv8 v3.1.2 ? If yes it would be super exciting to upgrade the plv8 version that is being packaged into the docker...

Another comment here: If the seed.sql file contains too many lines, the seeding procedure will fail silently. It makes it hard to understand why the seeding does not work. Not...

> If so, how do you test if the response was gzipped or not? If the server sent the `Content-Encoding: gzip` header

@danielroe The issue only appears in *async/await functions* - if you `throw createError({fatal: true})` from a regular function of the `` script, it works fine and the `error.vue` component is...

Hi @BnitoBzh There are many small things that you should double-check in your configuration. For instance `font-src` is not nonceable, setting CSP via `script-src-elem` instead of `script-src` is likely to...

Could you let me know what you mean by 'empty nonce' ? If your scripts are inserted by the client-side this is absolutely normal because only the server-side can insert...

The dev toolbar in the 'Elements' section does not display the nonce for security reasons You can only see them in the raw server response in the Networks' Response tab

I can try to help if you send me a screenshot of the Console and Network Headers tabs of the Safari devtools

@BnitoBzh I think this might actually be related to #432 I can see that you have `{ 'script-src': false, 'img-src': false }` and another user reported that setting boolean values...