• Do not try to add things from 3party to your stuff , I do not need to have AI track me and what I do on my site.
    That site is on my blocklist now (cdn.sift.com) on the server side , host file for any *.sift.com to 127.0.0.10

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jseutens

    (@jseutens)

    add this on line 1664 of the plugin main file (woocommerce-services.php)
    it will fuck up their tracking

    // Generate random values for user_id and beacon_key
    $random_user_id = bin2hex(random_bytes(8)); // Generates a random 16-character hex string
    $random_beacon_key = bin2hex(random_bytes(8)); // Generates another random 16-character hex string
    
    // Use these random values in the fraud_config array
    $fraud_config = array(
        'beacon_key' => $random_beacon_key,
        'user_id'    => $random_user_id,
    );

    @jseutens hell yeah brother

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