This commit is contained in:
2025-06-11 13:05:18 +01:00
parent 19ae9b9f63
commit a80fa87ea2
7 changed files with 547 additions and 948 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class MyDocument extends Document {
//const generatedNonce = nanoid();
const generatedNonce = this.props.generatedNonce;
console.log("this is the nonce:", generatedNonce);
//console.log("this is the nonce:", generatedNonce);
let csp = ``;
csp += `base-uri 'self';`;