remorses / dokz

Effortless documentation with Next.js and MDX
466 stars 40 forks source link

CSP nonce #37

Open rjoaopereira opened 4 years ago

rjoaopereira commented 4 years ago

Hello, thank you for this great project.

Context:

In Next you can add a nonce to the head component. <Head nonce={nonce}>

Problem

Once I add the plugin, the nonce is no longer applied. Before starting to dig into this I would like to ask if this is something that is not supported if you use dokz (for one reason or another).

Thank you