Skip to content

Commit 78b9ec3

Browse files
v-maudelmairaw
authored andcommitted
C26951: escaping URLs that must be showned as text (#6171)
1 parent 31855e5 commit 78b9ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/configure-apps/file-schema/network/proxy-element-network-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Defines a proxy server.
4040
|**Attribute**|**Description**|
4141
|-------------------|---------------------|
4242
|`autoDetect`|Specifies whether the proxy is automatically detected. The default value is `unspecified`.|
43-
|`bypassonlocal`|Specifies whether the proxy is bypassed for local resources. Local resources include the local server (http://localhost, http://loopback, or http://127.0.0.1) and a URI without a period (http://webserver). The default value is `unspecified`.|
43+
|`bypassonlocal`|Specifies whether the proxy is bypassed for local resources. Local resources include the local server (`http://localhost`, `http://loopback`, or `http://127.0.0.1`) and a URI without a period (`http://webserver`). The default value is `unspecified`.|
4444
|`proxyaddress`|Specifies the proxy URI to use.|
4545
|`scriptLocation`|Specifies the location of the configuration script.|
4646
|`usesystemdefault`|Specifies whether to use Internet Explorer proxy settings. If set to `true`, subsequent attributes will override Internet Explorer proxy settings. The default value is `unspecified`.|

0 commit comments

Comments
 (0)