mirror of
https://github.com/openappsec/attachment.git
synced 2025-11-17 09:45:30 +03:00
April 21th 2024 update
This commit is contained in:
@@ -323,8 +323,8 @@ handle_custom_web_response(ngx_http_cp_web_response_data_t *web_response_data)
|
||||
// Setting custom web response title's and body's data.
|
||||
title.data = (u_char *)web_response_data->response_data.custom_response_data.data;
|
||||
body.data = (u_char *)web_response_data->response_data.custom_response_data.data + title.len;
|
||||
uuid.data = (u_char *)web_response_data->response_data.custom_response_data.data + title.len + body.len;
|
||||
}
|
||||
uuid.data = (u_char *)web_response_data->response_data.custom_response_data.data + title.len + body.len;
|
||||
set_custom_response(&title, &body, &uuid, web_response_data->response_data.custom_response_data.response_code);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user