mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
🚸 Add positive status codes by default
This commit is contained in:
@@ -95,8 +95,8 @@ export const AvailableElementTypes = ({
|
|||||||
},
|
},
|
||||||
network: {
|
network: {
|
||||||
enabledStatusChecker: true,
|
enabledStatusChecker: true,
|
||||||
statusCodes: ['200'],
|
statusCodes: ['200', '301', '302', '304', '307', '308'],
|
||||||
okStatus: [200],
|
okStatus: [200, 301, 302, 304, 307, 308],
|
||||||
},
|
},
|
||||||
behaviour: {
|
behaviour: {
|
||||||
isOpeningNewTab: true,
|
isOpeningNewTab: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user