ConsentManager for alorsonchanteaucinema.be

0. Remove OneTrust/CookieLaw mentions

Remove things like
<script type="text/javascript"
     src="https://cdn.cookielaw.org/consent/(...)/OtAutoBlock.js" ></script>

                (or)

<script type="text/javascript" data-document-language="true" charset="UTF-8"
    src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"
    data-domain-script="(...)" ></script>

                (or)

<!-- OneTrust Cookies Settings button start -->
<button id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie settings</button>
<!-- OneTrust Cookies Settings button end -->
            

1. Cookie banner

In the HTML header, as early as possible

<!-- Responsum ConsentManager Cookies Consent Notice start for alorsonchanteaucinema.be -->
<script type="text/javascript" data-cmp-ab="1"
    src="https://cdn.cm.responsum.app/delivery/autoblocking/17bd6d584133d.js"
    data-cmp-host="delivery.cm.responsum.app"
    data-cmp-cdn="cdn.cm.responsum.app"
    data-cmp-codesrc="0"></script>

(the rest of the code is optional)

2. Cookie List

1) Copy the code

You can copy the following lines of code in order to display the cookie infos we found on your website(s):

<!-- Responsum ConsentManager Cookies List -->
<div id="cmpcookieinfo"></div>
<script
    src="https://delivery.cm.responsum.app/delivery/cookieinfo.php?cdid=17bd6d584133d"
    type="text/javascript" async>
</script>
This is what that should look like:

2) Paste the code in your privacy policy

Add the code in your website's privacy policy. Usually you will have some section or paragraph in your privacy policy for this topic, add the code where it fits. The code will automatically show a list of found cookies.

3. Adjust the code to your needs

You can add the following parameters to the URL in the code in order to adjust the output to your needs:

  • &l=XX - Adjust the language
  • &h=mydomain.com - Show only cookies for this domain

3. Vendor List

1) Copy the code

You can copy the following lines of code in order to display the cookie infos we found on your website(s):

<!-- Responsum ConsentManager Vendor List -->
<div id="cmpvendorlist"></div
<script
        src="https://delivery.cm.responsum.app/delivery/vendorlist.php?cdid=17bd6d584133d"
        type="text/javascript" async></script>
This is what that should look like:

2 Adjust the code to your needs

You can add the following parameters to the URL in the code in order to adjust the output to your needs:

  • &l=XX - Adjust the language
  • &h=mydomain.com - Show only cookies for this domain