diff --git a/cypress/config/settings.cypress.json b/cypress/config/settings.cypress.json index d10a107f..08be1f16 100644 --- a/cypress/config/settings.cypress.json +++ b/cypress/config/settings.cypress.json @@ -6,7 +6,6 @@ "apiKey": "testkey", "applicationTitle": "Jellyseerr", "applicationUrl": "", - "csrfProtection": false, "cacheImages": false, "defaultPermissions": 32, "defaultQuotas": { @@ -180,5 +179,22 @@ "image-cache-cleanup": { "schedule": "0 0 5 * * *" } + }, + "network": { + "csrfProtection": false, + "trustProxy": false, + "forceIpv4First": false, + "dnsServers": "", + "proxy": { + "enabled": false, + "hostname": "", + "port": 8080, + "useSsl": false, + "user": "", + "password": "", + "bypassFilter": "", + "bypassLocalAddresses": true + }, + "dnsCache": true } -} +} \ No newline at end of file