Merged PR 1717: merge dev to sips

Related work items: #12956
This commit is contained in:
2025-07-08 08:58:41 +01:00
parent a5dbd52d73
commit 8713317404
16 changed files with 93 additions and 1326 deletions
+4 -4
View File
@@ -23,10 +23,10 @@ class MyDocument extends Document {
const cookieObj = ctx.req.cookies.CookiePolicy || {};
console.log("useGATracking: ", useGATracking);
// setCookie(ctx, "pedw_locale", ctx.locale, {
// path: "/",
// });
//console.log("useGATracking: ", useGATracking);
setCookie(ctx, "pedw_locale", ctx.locale, {
path: "/",
});
const headers = ctx.req?.headers;
const generatedNonce = headers?.["x-nonce"];