Skip to content

Commit 80237c3

Browse files
committed
Allow all origins (including sub-domains) for server actions
1 parent 979233c commit 80237c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook-v2/open-next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const config = {
2828

2929
experimental: {
3030
serverActions: {
31-
allowedOrigins: ['*'],
31+
allowedOrigins: ['*', '*.*', '*.*.*', '*.*.*.*', '*.*.*.*.*'],
3232
},
3333
},
3434
};

0 commit comments

Comments
 (0)