From c6c084fcf083ae842a2fb66289b6fc30c2890ab7 Mon Sep 17 00:00:00 2001 From: nekotoro Date: Sat, 6 Dec 2025 19:41:09 +0100 Subject: [PATCH] removed Security.allowDomain("*"); for AIR compatibility --- src/LPTCManager2026.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LPTCManager2026.hx b/src/LPTCManager2026.hx index 4c54120..5603f0d 100644 --- a/src/LPTCManager2026.hx +++ b/src/LPTCManager2026.hx @@ -23,8 +23,8 @@ class LPTCManager2026 extends Application { public function new() { super(); - Security.allowDomain("*"); - Security.loadPolicyFile("https://lepetittrot.com/crossdomain.xml"); + //Security.allowDomain("*"); + //Security.loadPolicyFile("https://lepetittrot.com/crossdomain.xml"); model = AppModelLocator.getInstance(); services = new Services();