Proxy users variables
Configuration Variable | Data Type | Description |
---|---|---|
proxy.config.http.anonymize_ remove_from | INT |
Default: 0 When enabled (1), Content Gateway removes the From header that accompanies transactions to protect the privacy of your users. |
proxy.config.http.anonymize_ remove_referer | INT |
Default: 0 When enabled (1), Content Gateway removes the Referer header that accompanies transactions to protect the privacy of your site and users. |
proxy.config.http.anonymize_ remove_user_agent | INT |
Default: 0 When enabled (1), Content Gateway removes the User-Agent header that accompanies transactions to protect the privacy of your site and users. |
proxy.config.http.anonymize_ remove_cookie | INT |
Default: 0 When enabled (1), Content Gateway removes the Cookie header that accompanies transactions to protect the privacy of your site and users. |
proxy.config.http.anonymize_ remove_client_ip | INT |
Default: 1 When enabled (1), Content Gateway removes Client-IP headers for more privacy. |
proxy.config.http.anonymize_ insert_client_ip | INT |
Default: 0 When enabled (1), Content Gateway inserts Client-IP headers to retain the client’s IP address. |
proxy.config.http.anonymize_ other_header_list | STRING |
Default: NULL Specifies the headers that Content Gateway will remove from outgoing requests. Can be specified in a comma separated list. |
proxy.config.http.snarf_ username_from_authorization | INT |
Default: 0 When enabled (1), Content Gateway takes the username and password from the authorization header for LDAP if the authorization scheme is Basic. |
proxy.config.http.insert_squid_ x_forwarded_for | INT |
Default: 0 When enabled (1), Content Gateway adds the client IP address to the X-Forwarded- For header when the outbound request is sent to a configured parent proxy. |
proxy.config.http.insert_xff_to_ external | INT |
Default: 0 When enabled (1), Content Gateway adds the client IP address to the X-Forwarded- For header to outbound requests sent to the Internet. Note: This variable must be manually added to the config file. |
proxy.config.http.insert_x_ authenticateduser | INT |
Default: 0 When enabled (1), Content Gateway inserts the X-Authenticated-User header to advertise the proxy authenticated user. When enabled, the user name will be sent only to a configured parent proxy. |
proxy.config.http.insert_xua_to_ external | INT |
Default: 0 When enabled (1), Content Gateway inserts the X-Authenticated-User header to advertise the proxy authenticated user to all outbound requests. Note: This variable must be manually added to the config file.
|