Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
iamfrank committed Feb 21, 2020
1 parent 2741481 commit f92076a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Expand Up @@ -227,7 +227,18 @@ var cookie_consent_config = {
* Label for the button to close the secondary dialog
*/
revisionCloseDiag: 'Luk dialogboks'
}
},

/*
* OPTIONAL:
* delete_cookies_on_decline is an array of string names of specific cookies
* that you'll want deleted on 'consentdeclined' event.
* Default is 'false'
*/
delete_cookies_on_decline: [
'cookiename1',
'cookiename2'
]
}
```

Expand Down

0 comments on commit f92076a

Please sign in to comment.