Limiting cookie storage for Google Analytics

This commit is contained in:
Jeff Avallone 2019-01-15 17:48:18 -05:00
parent eab20afe1c
commit 4b7f55382f

View File

@ -24,7 +24,9 @@ module.exports = {
options: {
trackingId: process.env.GA_PROPERTY,
anonymize: true,
respectDNT: true
respectDNT: true,
storeGac: false,
cookieExpires: 0
}
},
{