| @@ -5,9 +5,9 @@ | ||
| 5 | 5 | | | | / _ \ / _` |/ _ \ | |_) | '__/ _ \| |_| | |/ _ \ '__| | |
| 6 | 6 | | | |__| (_) | (_| | __/ | __/| | | (_) | _| | | __/ | | |
| 7 | 7 | | \____\___/ \__,_|\___| |_| |_| \___/|_| |_|_|\___|_| | |
| 8 | 8 | | | |
| 9 | - | (c) Jerome Bruandet ~ https://code-profiler.com/ | | |
| 9 | + | (c) Jerome Bruandet ~ https://nintechnet.com/codeprofiler/ | | |
| 10 | 10 | +=====================================================================+ |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | 13 | // ===================================================================== |
| @@ -262,10 +262,11 @@ | ||
| 262 | 262 | return; |
| 263 | 263 | } |
| 264 | 264 | } |
| 265 | 265 | |
| 266 | - var cookies = jQuery('#cp-cookies').val(); | |
| 267 | - var headers = jQuery('#custom-headers').val(); | |
| 266 | + var cookies = jQuery('#cp-cookies').val(); | |
| 267 | + var headers = jQuery('#custom-headers').val(); | |
| 268 | + var exclusions = jQuery('#exclusions').val(); | |
| 268 | 269 | |
| 269 | 270 | // Change buttons status and add animated image with status message |
| 270 | 271 | jQuery('#start-profile').prop('disabled', true); |
| 271 | 272 | jQuery('#cp-progress-div').slideDown(); |
| @@ -284,8 +285,9 @@ | ||
| 284 | 285 | 'user': user, |
| 285 | 286 | 'username': username, |
| 286 | 287 | 'cookies': cookies, |
| 287 | 288 | 'custom_headers': headers, |
| 289 | + 'exclusions': exclusions, | |
| 288 | 290 | 'method': method, |
| 289 | 291 | 'payload': payload, |
| 290 | 292 | 'ua': ua, |
| 291 | 293 | 'theme': theme |