ProxySG Content Policy Language Guide
allow
Allows the transaction to be served.
Allow can be overridden by the access_server( ), deny( ), force_deny( ), authenticate( ), exception( ), or force_exception( ) properties or by the redirect( ) action.
Allow overrides deny( ) and exception( ) properties.
Note: Caution should be exercised when using allow in layers evaluated after layers containing deny, to ensure that security is not compromised.
Replaces: service(yes)
Syntax
allow
Layer and Transaction Notes
•Use in <Proxy>, <Cache>, and <Admin> layers.
•Do not use in <Forward> layers. Use "access_server( )" on page 155.
•Applies to all transactions.
See Also
•Properties: access_server( ), deny( ), force_deny( ), authenticate( ), exception( ), force_exception( )
•Actions: redirect( )
158