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