update istio

This commit is contained in:
Daniel Eisenberg
2025-04-08 19:24:44 +03:00
parent 83fccba6a5
commit 0927f232b4
29 changed files with 2158 additions and 123 deletions

View File

@@ -183,6 +183,17 @@ BlockPageData GetBlockPage(
AttachmentVerdictResponse *response
);
///
/// @brief Retrieves the response code for a response.
///
/// @param response The AttachmentVerdictResponse object containing the verdict.
///
/// @return
///
uint16_t GetResponseCode(
AttachmentVerdictResponse *response
);
///
/// @brief Retrieves the redict page data for a response.
///

1
core/include/attachments/nano_attachment_common.h Normal file → Executable file
View File

@@ -40,6 +40,7 @@ typedef enum NanoWebResponseType
#endif
{
CUSTOM_WEB_RESPONSE,
RESPONSE_CODE_ONLY,
REDIRECT_WEB_RESPONSE,
NO_WEB_RESPONSE