diff options
Diffstat (limited to 'internal/api/client')
| -rw-r--r-- | internal/api/client/streaming/streaming.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/streaming/streaming.go b/internal/api/client/streaming/streaming.go index 35f8a1aed..71b325089 100644 --- a/internal/api/client/streaming/streaming.go +++ b/internal/api/client/streaming/streaming.go @@ -54,7 +54,7 @@ func New(processor *processing.Processor, dTicker time.Duration, wsBuf int) *Mod  			ReadBufferSize:  wsBuf, // we don't expect reads  			WriteBufferSize: wsBuf, -			// we expect cors requests (via eg., pinafore.social) so be lenient +			// we expect cors requests (via eg., semaphore.social) so be lenient  			CheckOrigin: func(r *http.Request) bool { return true },  		},  	}  | 
