diff options
author | saturneric <[email protected]> | 2024-02-26 12:38:30 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-02-26 12:38:30 +0000 |
commit | 59cdf57e8f807a0fe2505837e2eed5871ea281c8 (patch) | |
tree | 420cc23dc12ca947e39906981c8814e04b51e0c4 /src/GpgFrontendBuildInfo.h.in | |
parent | fix: add English translation (diff) | |
download | GpgFrontend-59cdf57e8f807a0fe2505837e2eed5871ea281c8.tar.gz GpgFrontend-59cdf57e8f807a0fe2505837e2eed5871ea281c8.zip |
feat: add user agent header when doing http request
Diffstat (limited to 'src/GpgFrontendBuildInfo.h.in')
-rw-r--r-- | src/GpgFrontendBuildInfo.h.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/GpgFrontendBuildInfo.h.in b/src/GpgFrontendBuildInfo.h.in index c6242b1e..37338de0 100644 --- a/src/GpgFrontendBuildInfo.h.in +++ b/src/GpgFrontendBuildInfo.h.in @@ -52,4 +52,10 @@ */ #define BUILD_FLAG "@BUILD_FLAG@" #define BUILD_TIMESTAMP "@BUILD_TIMESTAMP@" -#define APP_INSTALL_FLAG "@APP_INSTALL_FLAG@"
\ No newline at end of file +#define APP_INSTALL_FLAG "@APP_INSTALL_FLAG@" + +/** + * @brief Network + * + */ +#define HTTP_REQUEST_USER_AGENT "@HTTP_REQUEST_USER_AGENT@"
\ No newline at end of file |