• Resolved jonsakas

    (@jonsakas)


    Hello,

    As I understand it the “Script blocking” section will load scripts placed in these fields when a user accepts cookies. I am unfortunately not able to make this work properly.

    As a test, I have added these scripts to the Head and Body:

    
    <script type="text/javascript">
    console.log("Head: Cookies have been accepted");
    </script>
    
    
    <script type="text/javascript">
    console.log("Body: Cookies have been accepted");
    </script>
    

    However, when I accept the cookie neither of these are firing. Am I mis-understanding how this is supposed to work?

Viewing 1 replies (of 1 total)
  • Thread Starter jonsakas

    (@jonsakas)

    I found that I need to have the “Enable to reload the page after cookies are accepted.” option enabled for this to work.

Viewing 1 replies (of 1 total)

The topic ‘Script blocking does not put script code in page on cookie acceptance’ is closed to new replies.