mirror of
https://github.com/unraid/api.git
synced 2026-01-10 02:30:02 -06:00
fix: update hash var
This commit is contained in:
@@ -106,7 +106,7 @@ const getAllowedOrigins = (): string[] => {
|
||||
...(cert.hash ? [`https://${hash}${webuiHTTPSPort ? `:${webuiHTTPSPort}` : ''}`] : []),
|
||||
|
||||
// Wan hash
|
||||
...(cert.hash && wanAccessEnabled ? [`https://www.${hash}${wanHTTPSPort ? `:${wanHTTPSPort}` : ''}`] : []),
|
||||
...(cert.hash && wanAccessEnabled ? [`https://www.${cert.hash}${wanHTTPSPort ? `:${wanHTTPSPort}` : ''}`] : []),
|
||||
|
||||
// Notifier bridge
|
||||
'/var/run/unraid-notifications.sock',
|
||||
|
||||
Reference in New Issue
Block a user