From bcc3f442eda2cbff5f8f7e951c97b68457ff65a6 Mon Sep 17 00:00:00 2001
From: missytake <missytake@systemli.org>
Date: Sun, 6 Mar 2022 10:55:15 +0100
Subject: [PATCH] Revert "[doc] Document how to disable strict CORS checking"

This reverts commit bd17d5321b9af1ee009f50b9a3aac23235712e5e.
---
 CONTRIBUTING.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0f0f341..26f24b7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -33,7 +33,6 @@
 3. Install the dependencies with `npm i`
 4. Install Angular with `npm i -g @angular/cli`
 5. Turn off production mode if you have not already (see above in backend).
-6. Also make sure to disable strict CORS checking for testing: `sudo su -c 'echo "cors_allow_origin = \"*\"" >> /etc/kibicara.conf'`
 6. Start the backend in a different terminal
 7. To serve and open the application, run `ng s -o`. The application will open
    under [http://127.0.0.1:4200](http://127.0.0.1:4200).