You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
983 B
23 lines
983 B
<?php if(GDPR['on']) { ?>
|
|
<!-- stub -->
|
|
<script type="text/javascript" src="https://cmp.lemonde.fr/js/tcfv2-stub.min.js"></script>
|
|
<!-- sdk -->
|
|
<script type="text/javascript" nonce="<?=$csp_nonce?>">
|
|
const GDPR_CONFIG = {
|
|
content: {
|
|
displayMode: 'standard',
|
|
// siteName: 'https://evenements-abonnes.lemonde.fr/',
|
|
// deName: 'de NOM DU SITE',
|
|
// aName: 'à NOM DU SITE', */
|
|
// policyUrl: 'https://www.lemonde.fr/confidentialite/',
|
|
// vendors: {
|
|
// analytics: ["Google Analytics"]
|
|
// /* social: ["Social 1", "Social 2", "Social 3"],
|
|
// mediaPlatforms: ["Dailymotion", "Youtube"],
|
|
// personalization: ["Perso 1", "Perso 2"] */
|
|
// }
|
|
}
|
|
};
|
|
</script>
|
|
<script src="https://cmp.lemonde.fr/js/lemonde.min.js" async="1"></script>
|
|
<?php } ?>
|