Skip to content

Commit

Permalink
Merge pull request #1092 from paug/cors
Browse files Browse the repository at this point in the history
Allow "conference" header
  • Loading branch information
martinbonnin authored Apr 21, 2024
2 parents 37684bf + 5811ee4 commit 16c4713
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ fun main(@Suppress("UNUSED_PARAMETER") args: Array<String>) {
anyHost()
allowNonSimpleContentTypes = true
allowHeader("Authorization")
allowHeader("conference")
}

routing {
Expand Down

0 comments on commit 16c4713

Please sign in to comment.