[chore] Replace pinafore with semaphore (#1801)

* Replace pinafore with semaphore

* Typo
This commit is contained in:
Julian-Samuel Gebühr 2023-05-21 22:40:43 +02:00 committed by GitHub
commit 9c24dee01f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

View file

@ -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 },
},
}