Skip to content

Commit

Permalink
add wildcard port to tunnel web socket csp (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
michenly authored Mar 19, 2024
1 parent 34fbae2 commit 5ea3c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hydrogen/src/csp/csp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function createCSPHeader(
// For HMR:
'ws://localhost:*',
'ws://127.0.0.1:*',
'ws://*.trycloudflare.com',
'ws://*.trycloudflare.com:*',
];
}

Expand Down

0 comments on commit 5ea3c2b

Please sign in to comment.