updated welsh path to cas summary include case ref

This commit is contained in:
2025-07-02 14:07:29 +01:00
parent dbc0345197
commit 5ecaa58bdf
4 changed files with 23 additions and 15 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ class MyDocument extends Document {
const cookieObj = ctx.req.cookies.CookiePolicy || {};
console.log("useGATracking: ", useGATracking);
//console.log("useGATracking: ", useGATracking);
setCookie(ctx, "pedw_locale", ctx.locale, {
path: "/",
});
@@ -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';`;