From 7ba9930fcb77a7d8b2f302dfdcf3dfe09a1162c9 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Fri, 25 Dec 2020 17:10:50 -0500 Subject: [PATCH] Referer match false --- inc/instance-config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/instance-config.php b/inc/instance-config.php index 669ac652..75cb73de 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -87,6 +87,7 @@ $config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW'; $config['thumb_method'] = 'gm+gifsicle'; $config['gnu_md5'] = '1'; // $config['update_on_posts'] = true; +$config['referer_match'] = false; // Changes made via web editor by "krates" @ Tue, 22 Dec 2020 16:28:45 -0800: