mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-15 09:46:19 +01:00
Merge pull request #964 from ajnart/allow-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