A single host pattern from a PluginManifestNetworkAccessRuleJson's hosts array (e.g. "private:443", "*.vendor.com:443").
PluginManifestNetworkAccessRuleJson
hosts
"private:443"
"*.vendor.com:443"
If pattern has no port (or *) component.
pattern
*
Checks whether host and port are matched by this pattern.
host
port
Checks whether host is matched by the hostname part of this pattern, ignoring the port.
A single host pattern from a
PluginManifestNetworkAccessRuleJson'shostsarray (e.g."private:443","*.vendor.com:443").