We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c093fb0 commit 79f780aCopy full SHA for 79f780a
middlewares/custom/customBranding.js
@@ -8,6 +8,8 @@ async function customBranding(req, res, next){
8
res.locals.adsenseOn = Boolean(process.env.ADSENSE_ID);
9
res.locals.adsenseId = process.env.ADSENSE_ID;
10
res.locals.uploadServer = uploadServer;
11
+ res.locals.optionalHeaderOn = process.env.OPTIONAL_HEADER_ON === 'true';
12
+
13
14
next();
15
}
0 commit comments