View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
service-client-api.option.read-allowed-web-content-origin
Default Value: No default value
Valid Values: A comma-separated value list of URL or '*', with patterns for example: 'http://my-web-server-1,http://my-web-server-2(*),http://my-web-server-3(voice.*)' or '*'.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.39
Specifies the list of granted origins and read allowed options that are used in the web extension views. You can filter access to provisioning with the following self-explanatory keywords:
- 'voice.*'
- 'sipendpoint.*'
- '...'
For example, the value of this option could now be: http://my-web-server0, http://my-web-server1 (*) , http://my-web-server2 (voice.*, system.*), http://my-web-server3 (sipendpoint.*, CustomSection/*).
In this example, all requests are allowed for the http://my-web-server0 and http://my-web-server1 domains. For the http://my-web-server2 domain, only the following access to provisioning are allowed: 'voice.*', 'system.*'. For the http://my-web-server3 domain, only the following access to provisioning are allowed:
- 'sipendpoint.*'
- 'CustomSection/*'
This option cannot be overridden and must be set in the WS_Cluster application.
Draft Option
No draft option