[chore] URL attributes: consistently use code font for URLs and URL parts (#783)
This commit is contained in:
parent
bdbcf68a9b
commit
b8e5dada01
|
|
@ -35,9 +35,9 @@ linkTitle: URL
|
||||||
|
|
||||||
**[5]:** Sensitive content provided in query string SHOULD be scrubbed when instrumentations can identify it.
|
**[5]:** Sensitive content provided in query string SHOULD be scrubbed when instrumentations can identify it.
|
||||||
|
|
||||||
**[6]:** This value can be determined precisely with the [public suffix list](http://publicsuffix.org). For example, the registered domain for "foo.example.com" is "example.com". Trying to approximate this by simply taking the last two labels will not work well for TLDs such as "co.uk".
|
**[6]:** This value can be determined precisely with the [public suffix list](http://publicsuffix.org). For example, the registered domain for `foo.example.com` is `example.com`. Trying to approximate this by simply taking the last two labels will not work well for TLDs such as `co.uk`.
|
||||||
|
|
||||||
**[7]:** The subdomain portion of "www.east.mydomain.co.uk" is "east". If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", the subdomain field should contain "sub2.sub1", with no trailing period.
|
**[7]:** The subdomain portion of `www.east.mydomain.co.uk` is `east`. If the domain has multiple levels of subdomain, such as `sub2.sub1.example.com`, the subdomain field should contain `sub2.sub1`, with no trailing period.
|
||||||
|
|
||||||
**[8]:** This value can be determined precisely with the [public suffix list](http://publicsuffix.org).
|
**[8]:** This value can be determined precisely with the [public suffix list](http://publicsuffix.org).
|
||||||
<!-- endsemconv -->
|
<!-- endsemconv -->
|
||||||
|
|
@ -79,8 +79,8 @@ groups:
|
||||||
examples: ["example.com", "foo.co.uk"]
|
examples: ["example.com", "foo.co.uk"]
|
||||||
note: >
|
note: >
|
||||||
This value can be determined precisely with the [public suffix list](http://publicsuffix.org).
|
This value can be determined precisely with the [public suffix list](http://publicsuffix.org).
|
||||||
For example, the registered domain for "foo.example.com" is "example.com".
|
For example, the registered domain for `foo.example.com` is `example.com`.
|
||||||
Trying to approximate this by simply taking the last two labels will not work well for TLDs such as "co.uk".
|
Trying to approximate this by simply taking the last two labels will not work well for TLDs such as `co.uk`.
|
||||||
- id: scheme
|
- id: scheme
|
||||||
stability: stable
|
stability: stable
|
||||||
type: string
|
type: string
|
||||||
|
|
@ -95,8 +95,8 @@ groups:
|
||||||
full name cannot be determined, subdomain contains all of the names below the registered domain.
|
full name cannot be determined, subdomain contains all of the names below the registered domain.
|
||||||
examples: ["east", "sub2.sub1"]
|
examples: ["east", "sub2.sub1"]
|
||||||
note: >
|
note: >
|
||||||
The subdomain portion of "www.east.mydomain.co.uk" is "east". If the domain has multiple levels of subdomain,
|
The subdomain portion of `www.east.mydomain.co.uk` is `east`. If the domain has multiple levels of subdomain,
|
||||||
such as "sub2.sub1.example.com", the subdomain field should contain "sub2.sub1", with no trailing period.
|
such as `sub2.sub1.example.com`, the subdomain field should contain `sub2.sub1`, with no trailing period.
|
||||||
- id: top_level_domain
|
- id: top_level_domain
|
||||||
type: string
|
type: string
|
||||||
brief: >
|
brief: >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue