List of URI protocols with their permission levels.
List is a string of elements separated by '|' character. Each element consists of two parts separated by ':'
First part is a protocol, and the second part - permission level. Possible permissions level are:
0 - always ask user;
1 - always allow;
2 - always deny the protocol.
Examples:
mailto:0|https:1|file:2 - to prevent open URLs to local files, allow opening secured URLs, always ask user about 'mailto' jumps.
*:2|https:1 - to allow only secured URLs.
Enter the list of protocols with their permissions levels.
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Tracker Software\PDFXEditor\3.0\Security |
Value Name | t.OpenSiteBWList |
Value Type | REG_SZ |
Default Value |