We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d681bb3 commit 3d03880Copy full SHA for 3d03880
1 file changed
pages/_document.tsx
@@ -30,7 +30,7 @@ const csp = (props: any) => {
30
// Required to talk to local backend in development. Enabling
31
// localhost:8000 for prod to support the ?dispatch parameter when running
32
// the local backend
33
- "http://localhost:* http://*.replay.local ws://*.replay.local ws://localhost:*"
+ "http://localhost:* http://*.replay.local ws://*.replay.local ws://localhost:* ws://*.tail8ddab.ts.net"
34
}`,
35
`frame-src replay: https://js.stripe.com https://hooks.stripe.com https://${authHost} https://www.loom.com/`,
36
// Required by some of our external services
0 commit comments