From 64a25d9f99f96d75b589fdb54af81673fe5ce5a7 Mon Sep 17 00:00:00 2001 From: droideparanoico Date: Mon, 31 Aug 2026 18:02:26 +0200 Subject: [PATCH] Disable CORS filter that broke non-GET requests behind reverse proxy --- src/main/resources/application.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b17f240..bc0ecc1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,6 @@ # ─── Server ────────────────────────────────────── quarkus.http.port=8765 quarkus.http.host=0.0.0.0 -quarkus.http.cors=true # Allow large game uploads (DOS games can be 500MB+) quarkus.http.limits.max-body-size=2048M