Advertisement
Zoker

Untitled

May 10th, 2022
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. 2022-05-10 21:31:00.198 [WARN] (users) <./product/coder/service/coderd/csp.go:33> (*usersService).logReportCSPViolations csp violation {"violated-directive": "script-src", "disposition": "enforce", "blocked-uri": "eval", "column-number": 340169, "source-file": "https://example.com/dashboard.e88a8b6cafe096f2e9b8.js", "script-sample": "", "document-uri": "https://example.com/app/code?workspaceId=627a7cc5-3ksdl4699ee5cc92f4bc15219", "referrer": "", "effective-directive": "script-src", "original-policy": "connect-src 'self' ws: wss: https://*.sentry.io; font-src 'self'; object-src 'self'; manifest-src 'self' blob:; form-action 'self' vscode:; media-src 'self'; report-uri /api/private/csp/reports; default-src 'self'; child-src 'self'; script-src 'self'; frame-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' https://cdn.coder.com data:; frame-ancestors 'none';", "line-number": 2, "status-code": 200}
  2. 2022-05-10 21:31:00.545 [WARN] (api) <./lib/go/httplog/logger.go:142> Middleware.func1.1 GET {"host": "example.com", "path": "/api/v0/users/me", "proto": "HTTP/1.1", "remote_addr": "192.168.1.72", "took": "398.749ยตs", "status_code": 401, "latency_ms": 0} ...
  3. "response_body": {
  4. "error": {
  5. "msg": "No cookie.",
  6. "code": "empty"
  7. }
  8. }
  9. 2022-05-10 21:31:12.914 [ERROR] <./lib/go/xamplitude/submit.go:200> (*BatchClient).submitEvents amplitude upload {"reason": "unknown"} ...
  10. "error": request:
  11. coder.com/m/lib/go/xamplitude.(*client).UploadEvents
  12. /go/src/coder.com/m/lib/go/xamplitude/client.go:70
  13. - Post "https://api2.amplitude.com/batch": dial tcp 0.0.0.0:443: connect: connection refused
  14. 2022-05-10 21:31:22.907 [ERROR] <./lib/go/xamplitude/submit.go:200> (*BatchClient).submitEvents amplitude upload {"reason": "unknown"} ...
  15. "error": request:
  16. coder.com/m/lib/go/xamplitude.(*client).UploadEvents
  17. /go/src/coder.com/m/lib/go/xamplitude/client.go:70
  18. - Post "https://api2.amplitude.com/batch": dial tcp 0.0.0.0:443: connect: connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement