From ec420d8f3e0c2ade5f9c465d1dd8b59efe131a6d Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Thu, 9 Dec 2021 14:32:03 -0800 Subject: [PATCH] Disable Chrome security to allow Cypress to navigate out of localhost --- frontend/cypress.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/cypress.json b/frontend/cypress.json index 3981dec63..cc66763d3 100644 --- a/frontend/cypress.json +++ b/frontend/cypress.json @@ -11,5 +11,6 @@ "retries": { "runMode": 3, "openMode": 0 - } -} \ No newline at end of file + }, + "chromeWebSecurity": false +}