Security

Table Of Contents
n
Opera
n
Safari
N Not all of these user agents are supported by Horizon 7. These are examples.
Configure HTTP Protection Measures
To congure HTTP protection measures you must create or edit the locked.properties le in the SSL
gateway conguration folder on the Connection Server or security server instance.
For example: install_directory\VMware\VMware View\Server\sslgateway\conf\locked.properties
n
Use the following syntax to congure a property in locked.properties:
myProperty = newValue
n
The property name is always case-sensitive and the value might be case-sensitive. Whitespace around
the = sign is optional.
n
For CORS and CSP properties, it is possible to set service-specic values as well as a master value. For
example, the admin service is responsible for handling Horizon Administrator requests, and a property
can be set for this service without aecting other services by appending -admin after the property name.
myProperty-admin = newValueForAdmin
n
If both a master value and a service-specic value are specied, then the service-specic value applies to
the named service, and the master value applies to all other services. The sole exception to this is the
special value "OFF". If the master value for a property is set to "OFF", then all service-specic values for
this property are ignored.
For example:
myProperty = OFF
myProperty-admin = newValueForAdmin ; ignored
n
Some properties can accept a list of values.
To set a single value, enter the following property:
myProperty = newValue
myProperty-admin = newValueForAdmin
To set multiple values for a property that accepts list values, you can specify each value on a separate
line:
myProperty.1 = newValue1
myProperty.2 = newValue2
myProperty-admin.1 = newValueForAdmin1
myProperty-admin.2 = newValueForAdmin2
n
To determine the correct service name to use when making a service-specic conguration, look in the
debug logs for lines containing the following sequence:
(ajp:admin:Request21) Request from abc.def.com/10.20.30.40: GET /admin/
In this example, the service name is admin. You can use the following typical service names:
n
admin for Horizon Administrator
n
broker for Connection Server
n
docroot for Local le serving
n
helpdesk for Helpdesk
View Security
40 VMware, Inc.