mirror of
https://github.com/unraid/api.git
synced 2026-01-09 18:20:12 -06:00
fix: prevent local dev from throwing ssl error
This commit is contained in:
@@ -787,7 +787,7 @@ export const useServerStore = defineStore('server', () => {
|
||||
* Deprecation warning for [hash].unraid.net SSL certs. Deprecation started 2023-01-01
|
||||
*/
|
||||
const deprecatedUnraidSSL = ref<Error | undefined>(
|
||||
(window.location.hostname.includes('localhost')
|
||||
(window.location.hostname.includes('localhost') && window.location.port !== '4321'
|
||||
? {
|
||||
actions: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user