* |
param: $web_only, pattern: true
|
- |
true |
Matches any URL whose path is * and which has a query item with name '$web_only' and value 'true' and instructs the system NOT to open it as a Universal link |
* |
param: %24web_only, pattern: true
|
- |
true |
Matches any URL whose path is * and which has a query item with name '%24web_only' and value 'true' and instructs the system NOT to open it as a Universal link |
/womens-bracket-challenge |
- |
- |
true |
Matches any URL whose path is /womens-bracket-challenge and instructs the system NOT to open it as a Universal link |
/womens-bracket-challenge/* |
- |
- |
true |
Matches any URL whose path is /womens-bracket-challenge/* and instructs the system NOT to open it as a Universal link |
/wbcg-social-auth-redirect/* |
- |
- |
true |
Matches any URL whose path is /wbcg-social-auth-redirect/* and instructs the system NOT to open it as a Universal link |
/wbcg-social-auth-redirect |
- |
- |
true |
Matches any URL whose path is /wbcg-social-auth-redirect and instructs the system NOT to open it as a Universal link |
/mens-bracket-challenge/api/* |
- |
- |
true |
Matches any URL whose path is /mens-bracket-challenge/api/* and instructs the system NOT to open it as a Universal link |
/activate |
- |
- |
true |
Matches any URL whose path is /activate and instructs the system NOT to open it as a Universal link |
* |
- |
- |
- |
Matches any URL whose path is * and instructs the system to open it as a Universal link |
/ |
- |
- |
- |
Matches any URL whose path is / and instructs the system to open it as a Universal link |