UNPKG

@tlrg/middleware-js

Version:
7 lines (5 loc) 262 B
'use strict'; module.exports = function (req, res, next) { req.moonstick.hideTax = req.cookies['asiarooms-redirect-acknowledged'] === 'true' || req.cookies.redirectedFromAsiarooms === 'true' || req.moonstick.featureSwitches.hideTax || false; next(); };