Skip to content

Commit 8bee6f7

Browse files
committed
Allow htk-server websocket in CSP
1 parent 4e6711d commit 8bee6f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

automation/webpack.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default merge(common, {
168168
],
169169
'connect-src': [
170170
"'self'", 'data:',
171-
'http://127.0.0.1:45456', 'http://127.0.0.1:45457', 'ws://127.0.0.1:45456',
171+
'http://127.0.0.1:45456', 'http://127.0.0.1:45457', 'ws://127.0.0.1:45456', 'ws://127.0.0.1:45457',
172172
'https://*.httptoolkit.tech', 'https://*.ingest.us.sentry.io'
173173
],
174174
'report-uri': CSP_REPORT_URL,

0 commit comments

Comments
 (0)