Skip to content

Commit

Permalink
chore: apply automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 4, 2024
1 parent 9cdc4d1 commit 607b43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/utils/cors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface H3CorsOptions {
* The wildcard characters "*" can be used to allow all origins.
* An array of strings or regular expressions can be used with origin matching.
* And a custom function to validate the origin. It takes the origin as an argument and returns `true` if allowed.
*
*
* @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
*/
origin?: "*" | "null" | (string | RegExp)[] | ((origin: string) => boolean);
Expand Down

0 comments on commit 607b43b

Please sign in to comment.