• Resolved Technoholic

    (@technoholic)


    Hello,
    how can I change default security_storage to granted?
    Like this example:

    <script id="cacsp-gtag-consent-default">
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('consent', 'default', {
    'ad_storage': 'denied',
    'ad_user_data': 'denied',
    'ad_personalization': 'denied',
    'analytics_storage': 'denied',
    'functionality_storage': 'denied',
    'personalization_storage': 'denied',
    'security_storage': 'granted',
    'wait_for_update': 500
    });
    </script>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Johan Jonk Stenstr?m

    (@jonkastonka)

    You can’t. That would make the solution flawed.

    Thread Starter Technoholic

    (@technoholic)

    security_storage: this type of consent is always granted and allows security-related storage, such as authentication functionality, fraud prevention and other user protections

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.