• Resolved defxs

    (@defxs)


    Hello,

    I have deactivated the automatic cookie scan under options but i see that it keeps calling API request of seconds in the backend. How to disable this?

    Kind regards,
    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Mark

    (@markwolters)

    Hi @defxs,

    when disabled the cookie scan should not perform the requests anymore. Could you try if re-saving the setting works? Could you also post a log of requests here so we can check what’s still being called exactly?

    Plugin Contributor Jarno Vos

    (@jarnovos)

    Hi @defxs,

    I’ll mark this thread as resolved as we haven’t heard back from you in a while, but just as an additional note:

    Disabling the Cookie Scan in the plugin’s settings will stop it from starting automatically in the future, but it does not stop a current run which is already in progress.

    If needed, you can completely disable the cookie scan by adding the following line to your wp-config.php.

    define('CMPLZ_DO_NOT_SCAN', true);

    Let me know if you have any further questions about this.

    Kind regards, Jarno

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cookie scan keeps scanning while disabled’ is closed to new replies.