Skip to content

Commit

Permalink
Fix broken link to Vercel documentation (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Apr 8, 2022
1 parent f2cdfa9 commit f5c920c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This can be done manually, by going to the Application Settings on your [Auth0 d

##### Wildcards

By default, Vercel uses the `vercel.app` domain for all of your environments. Using wildcards for a shared domain opens the possibility to redirect back to a malicious website, as long as the Callback URLs matches the wildcard configuration. Because of that, you should only consider using wildcards for the preview deployments when using a [Custom Deployment Suffix](https://vercel.com/docs/platform/frequently-asked-questions#preview-deployment-suffix), which is available as part of Vercel's Pro or Enterprise plan.
By default, Vercel uses the `vercel.app` domain for all of your environments. Using wildcards for a shared domain opens the possibility to redirect back to a malicious website, as long as the Callback URLs matches the wildcard configuration. Because of that, you should only consider using wildcards for the preview deployments when using a [Preview Deployment Suffix](https://vercel.com/docs/concepts/deployments/automatic-urls#preview-deployment-suffix), which is available as part of Vercel's Pro or Enterprise plan.

| Setting | Description |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit f5c920c

Please sign in to comment.