mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,settings] add new keys for gateway
Add missing settings: * FreeRDP_GatewayHttpReferer * FreeRDP_GatewayHttpUserAgent * FreeRDP_GatewayHttpMsUserAgent
This commit is contained in:
@@ -512,7 +512,16 @@ struct rdp_settings
|
||||
SETTINGS_DEPRECATED(ALIGN64 char* GatewayAvdAccessAadFormat); /** 2023
|
||||
* @since version 3.16.0
|
||||
*/
|
||||
UINT64 padding2112[2112 - 2024]; /* 2024 */
|
||||
SETTINGS_DEPRECATED(ALIGN64 char* GatewayHttpReferer); /** 2024
|
||||
* @since version 3.18.0
|
||||
*/
|
||||
SETTINGS_DEPRECATED(ALIGN64 char* GatewayHttpUserAgent); /** 2025
|
||||
* @since version 3.18.0
|
||||
*/
|
||||
SETTINGS_DEPRECATED(ALIGN64 char* GatewayHttpMsUserAgent); /** 2026
|
||||
* @since version 3.18.0
|
||||
*/
|
||||
UINT64 padding2112[2112 - 2027]; /* 2027 */
|
||||
|
||||
/**
|
||||
* RemoteApp
|
||||
|
||||
Reference in New Issue
Block a user