Skip to content

Commit

Permalink
Update custom-cors-policy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtwist authored Aug 2, 2023
1 parent 1d6bb02 commit b237f9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/articles/custom-cors-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ A CORS policy consists of a name and set of CORS headers to be returned for
cross-origin requests (both the simple type and pre-flight request).

:::warning Make sure to not have a trailing `/` on your allowedOrigins. e.g.
`https://example.com` is valid, `https://example.com/` will not work. :::
`https://example.com` is valid, `https://example.com/` will not work.
:::

```json
{
Expand Down

1 comment on commit b237f9a

@vercel
Copy link

@vercel vercel bot commented on b237f9a Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-site.zuplosite.com
docs.zuplosite.com
docs-git-main.zuplosite.com
docs.zuplopreview.net

Please sign in to comment.