Skip to content

Commit

Permalink
Show "reject" cookies button as ICO is keen on it.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Sep 20, 2023
1 parent 3171063 commit 047ed9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default defineNuxtConfig({
cookieControl: {
cookieNameIsConsentGiven: 'cookieConsent_c',
cookieNameCookiesEnabledIds: 'cookieConsent_e',
isAcceptNecessaryButtonEnabled: false,
isAcceptNecessaryButtonEnabled: true,
isControlButtonEnabled: false,
colors: {
barBackground: 'white',
Expand All @@ -176,7 +176,8 @@ export default defineNuxtConfig({
},
localeTexts: {
en: {
accept: 'Accept all cookies',
accept: 'Accept all',
decline: 'Reject non-essential',
manageCookies: 'Manage settings'
}
},
Expand Down

0 comments on commit 047ed9b

Please sign in to comment.