Just to confirm that indeed this does work in NodeJS for CSP nonces
const crypto = require('crypto');
let nonce = crypto.randomBytes(16).toString('base64');
Just to confirm that indeed this does work in NodeJS for CSP nonces
const crypto = require('crypto');
let nonce = crypto.randomBytes(16).toString('base64');