Limiting cookie storage for Google Analytics
This commit is contained in:
parent
eab20afe1c
commit
4b7f55382f
@ -24,7 +24,9 @@ module.exports = {
|
||||
options: {
|
||||
trackingId: process.env.GA_PROPERTY,
|
||||
anonymize: true,
|
||||
respectDNT: true
|
||||
respectDNT: true,
|
||||
storeGac: false,
|
||||
cookieExpires: 0
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user