🚸 Add positive status codes by default

This commit is contained in:
Manuel
2023-05-21 15:23:43 +02:00
parent 8876537cc0
commit c42aed14dd

View File

@@ -95,8 +95,8 @@ export const AvailableElementTypes = ({
},
network: {
enabledStatusChecker: true,
statusCodes: ['200'],
okStatus: [200],
statusCodes: ['200', '301', '302', '304', '307', '308'],
okStatus: [200, 301, 302, 304, 307, 308],
},
behaviour: {
isOpeningNewTab: true,