Changeset 3491992
- Timestamp:
- 03/26/2026 04:45:44 PM (8 days ago)
- Location:
- tarteaucitronjs/trunk
- Files:
-
- 3 edited
-
Admin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
tarteaucitron.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tarteaucitronjs/trunk/Admin.php
r3474530 r3491992 101 101 102 102 103 $url = 'https:// cdntag.tarteaucitron.io/load.js?domain=' . $_SERVER['SERVER_NAME'] . '&uuid=' . tac_sanitize(get_option('tarteaucitronUUID'), 'uuid');103 $url = 'https://tarteaucitron.io/load.js?_random=' . wp_rand(1, 99999999) . '&domain=' . $_SERVER['SERVER_NAME'] . '&uuid=' . tac_sanitize(get_option('tarteaucitronUUID'), 'uuid'); 104 104 $response = wp_remote_get($url); 105 105 … … 195 195 if (tac_sanitize(get_option('tarteaucitronUUID'), 'uuid') == "") {return;} 196 196 197 $url = 'https:// cdntag.tarteaucitron.io/load.js?domain=' . $_SERVER['SERVER_NAME'] . '&uuid=' . tac_sanitize(get_option('tarteaucitronUUID'), 'uuid');197 $url = 'https://tarteaucitron.io/load.js?_random=' . wp_rand(1, 99999999) . '&domain=' . $_SERVER['SERVER_NAME'] . '&uuid=' . tac_sanitize(get_option('tarteaucitronUUID'), 'uuid'); 198 198 $response = wp_remote_get($url); 199 199 -
tarteaucitronjs/trunk/readme.txt
r3474530 r3491992 32 32 33 33 == Changelog == 34 35 = 1.32.0 = 36 * Bypass the cache to check the license validity 34 37 35 38 = 1.31.0 = -
tarteaucitronjs/trunk/tarteaucitron.php
r3474530 r3491992 4 4 Plugin URI: https://tarteaucitron.io/ 5 5 Description: Compliant and accessible cookie banner 6 Version: 1.3 1.06 Version: 1.32.0 7 7 Text Domain: tarteaucitronjs 8 8 Domain Path: /languages/
Note: See TracChangeset
for help on using the changeset viewer.