Skip to content

Commit f0f7de9

Browse files
committed
update wildcard example
1 parent baed0f1 commit f0f7de9

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.
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)