<script>
(_iub=self._iub||[]).csConfiguration={
cookiePolicyId: xxxxx,
siteId: xxxxx,
localConsentDomain: 'xxxx.altervista.org',
timeoutLoadConfiguration: 30000,
lang: 'it',
enableTcf: true,
tcfVersion: 2,
googleAdditionalConsentMode: true,
consentOnContinuedBrowsing: false,
banner: {
acceptButtonCaptionColor: "#35e81f",
acceptButtonColor: "#0073CE",
acceptButtonDisplay: true,
backgroundColor: "#FFFFFF",
closeButtonDisplay: false,
customizeButtonCaptionColor: "#4D4D4D",
customizeButtonColor: "#DADADA",
customizeButtonDisplay: true,
explicitWithdrawal: true,
listPurposes: true,
position: "float-bottom-right",
rejectButtonCaptionColor: "#ffa500",
rejectButtonColor: "#000000",
rejectButtonDisplay: true,
textColor: "#000000",
backgroundOverlay:true,
},
"callback": {
"onPreferenceExpressed": function(preference) {
console.log('onPreferenceExpressed', preference);
},
"onConsentRejected": function() {
console.log('onConsentRejected');
window.location.href = "https://google.it";
},
},
}
</script>