From b76d299b6bf752ca0c6750a64daad2446913f108 Mon Sep 17 00:00:00 2001
From: Will Hunt <will@half-shot.uk>
Date: Tue, 5 Jul 2022 10:38:51 +0100
Subject: [PATCH] Update cypress.config.ts

---
 cypress.config.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cypress.config.ts b/cypress.config.ts
index 17161e3..66ce6cf 100644
--- a/cypress.config.ts
+++ b/cypress.config.ts
@@ -1,6 +1,7 @@
 import { defineConfig } from "cypress";
 
 export default defineConfig({
+  chromeWebSecurity: false
   e2e: {
     setupNodeEvents(on, config) {
       // implement node event listeners here
-- 
GitLab