Skip to content

Commit 58f4e66

Browse files
committed
Remove Sentry domain from CSP - we now use errors.htk.tech instead
This now runs all traffic through the reverse proxy, which anonymizes the IP so it's not exposed to Sentry at all.
1 parent 9ea01f9 commit 58f4e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/webpack.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default merge(common, {
149149
'connect-src': [
150150
"'self'", 'data:',
151151
'http://127.0.0.1:45456', 'http://127.0.0.1:45457', 'ws://127.0.0.1:45456',
152-
'https://*.httptoolkit.tech', 'https://*.sentry.io'
152+
'https://*.httptoolkit.tech'
153153
],
154154
'report-uri': CSP_REPORT_URL,
155155
'report-to': 'csp-endpoint'

0 commit comments

Comments
 (0)