Skip to content

Commit

Permalink
Add cookie policies to 3p cookie config (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammacbeth authored Jul 20, 2023
1 parent f705a00 commit 3dc0e57
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions block-third-party-tracking-cookies/config_reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,15 @@
}
],
"trackerCookie": "enabled",
"nonTrackerCookie": "disabled"
"nonTrackerCookie": "disabled",
"firstPartyTrackerCookiePolicy": {
"threshold": 86400,
"maxAge": 86400
},
"firstPartyCookiePolicy": {
"threshold": 604800,
"maxAge": 604800
}
},
"exceptions": [
{
Expand All @@ -52,4 +60,4 @@
"reason": "Site breakage"
}
]
}
}

0 comments on commit 3dc0e57

Please sign in to comment.