From 7456fcdd25e755a62245ea7cbbec53c4edbc965e Mon Sep 17 00:00:00 2001
From: Gabriel <gabriel@libresolutions.network>
Date: Thu, 2 Nov 2023 12:51:12 -0400
Subject: [PATCH] fix whitelist

---
 PeerTubeConfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PeerTubeConfig.json b/PeerTubeConfig.json
index 4659f0d..75bcb54 100644
--- a/PeerTubeConfig.json
+++ b/PeerTubeConfig.json
@@ -18,7 +18,7 @@
 	
 	"allowEval": false,
 	"allowUrls": [
-		"https://peertube.libresolutions.network"
+		"peertube.libresolutions.network"
 	],
 
 	"constants": {