Skip to content

Commit 3d03880

Browse files
authored
Add tailscale preprod setup to CSP (#10648)
1 parent d681bb3 commit 3d03880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/_document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const csp = (props: any) => {
3030
// Required to talk to local backend in development. Enabling
3131
// localhost:8000 for prod to support the ?dispatch parameter when running
3232
// the local backend
33-
"http://localhost:* http://*.replay.local ws://*.replay.local ws://localhost:*"
33+
"http://localhost:* http://*.replay.local ws://*.replay.local ws://localhost:* ws://*.tail8ddab.ts.net"
3434
}`,
3535
`frame-src replay: https://js.stripe.com https://hooks.stripe.com https://${authHost} https://www.loom.com/`,
3636
// Required by some of our external services

0 commit comments

Comments
 (0)