mirror of
https://github.com/unraid/api.git
synced 2026-01-10 02:30:02 -06:00
fix: remove duplicate .unraid.net in cert
This commit is contained in:
@@ -78,7 +78,7 @@ const allowedOrigins: string[] = [...new Set([
|
||||
// The webui
|
||||
'http://tower.local',
|
||||
`http://${localIp}`,
|
||||
...(hash ? [`https://${hash}.unraid.net`] : []),
|
||||
...(hash ? [`https://${hash}`] : []),
|
||||
|
||||
// Other endpoints should be added below
|
||||
...extraOrigins
|
||||
|
||||
Reference in New Issue
Block a user