From a3cb00aa166a703d904a2af0efccb638536dc906 Mon Sep 17 00:00:00 2001
From: Stefan <84-stefancruz@users.noreply.gitlab.futo.org>
Date: Sun, 1 Dec 2024 18:20:50 +0000
Subject: [PATCH] fix: whitelist sub-domain used for shortened links

related with:

https://github.com/futo-org/grayjay-android/issues/1493
---
 SoundcloudConfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SoundcloudConfig.json b/SoundcloudConfig.json
index 68e71de..11f49d7 100644
--- a/SoundcloudConfig.json
+++ b/SoundcloudConfig.json
@@ -14,6 +14,6 @@
     "scriptPublicKey": "",
     "packages": ["Http"],
     "allowEval": false,
-    "allowUrls": ["api-v2.soundcloud.com", "soundcloud.com", "a-v2.sndcdn.com", "m.soundcloud.com"],
+    "allowUrls": ["api-v2.soundcloud.com", "soundcloud.com", "a-v2.sndcdn.com", "m.soundcloud.com", "on.soundcloud.com"],
     "supportedClaimTypes": [17]
 }
-- 
GitLab