"adblocker": [(#CONFIG{tarteaucitron/adblocker}|table_valeur{0}|?{true,false})], /* Afficher un message si un adblocker est détecté */
/* Gestion grand bandeau */
"DenyAllCta" : [(#CONFIG{tarteaucitron/boutons}|=={twice}|?{true,false})], /* Show the deny all button */
"AcceptAllCta" : [(#CONFIG{tarteaucitron/boutons}|in_array{#ARRAY{0,twice,1,acceptallonly}}|?{true,false})], /* Show the accept all button when highPrivacy on */
"DenyAllCta" : [(#CONFIG{tarteaucitron/boutons}|=={both}|?{true,false})], /* Show the deny all button */
"AcceptAllCta" : [(#CONFIG{tarteaucitron/boutons}|in_array{#ARRAY{0,both,1,acceptallonly}}|?{true,false})], /* Show the accept all button when highPrivacy on */
"highPrivacy": [(#CONFIG{tarteaucitron/highprivacy}|table_valeur{0}|?{true,false})], /* Si true, affiche le bandeau de consentement. Sinon, le consentement est implicite. */
"handleBrowserDNTRequest": true, /* If Do Not Track == 1, disallow all */