Skip to content

Commit 5c7986e

Browse files
ranbelthomasgauvin
authored andcommitted
[ZT] update Access wildcard example (#23705)
* update wildcard example * Update src/content/docs/cloudflare-one/policies/access/app-paths.mdx
1 parent a34d5f2 commit 5c7986e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-one/policies/access/app-paths.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ When you create an application for a specific subdomain or path, you can use ast
2222

2323
#### Match all subdomains of an apex domain
2424

25-
Using a wildcard in the **Subdomain** field does not cover the apex domain.
25+
A wildcard in the **Subdomain** field only matches that specific subdomain level. It does not cover the apex domain or multiple levels of the subdomain. If you want to cover multiple subdomain levels, you can use multiple wildcards.
2626

2727
| Application | Covers | Does not cover |
2828
| --------------- | -------------------------------------------- | -------------- |
29-
| `*.example.com` | `alpha.example.com` <br/> `beta.example.com` | `example.com` |
29+
| `*.example.com` | `alpha.example.com` <br/> `beta.example.com` | `example.com` <br/> `foo.bar.example.com` |
3030

3131
#### Match all paths of an apex domain
3232

0 commit comments

Comments
 (0)