From 23f2b9efac94d4633192d143529df9172536c005 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 24 Oct 2022 15:14:14 +0800 Subject: [PATCH] Update index.py --- plugins/op_waf/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/op_waf/index.py b/plugins/op_waf/index.py index 25955ab37..9ce12b941 100755 --- a/plugins/op_waf/index.py +++ b/plugins/op_waf/index.py @@ -146,7 +146,7 @@ def initSiteInfo(): site_contents_new[name] = site_contents[name] else: tmp = {} - tmp['cdn'] = False + tmp['cdn'] = True tmp['log'] = True tmp['get'] = True tmp['post'] = True