mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] Replace pinafore with semaphore (#1801)
* Replace pinafore with semaphore * Typo
This commit is contained in:
committed by
GitHub
parent
2063d01cdb
commit
9c24dee01f
@@ -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 },
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user