diff options
| author | fengweihao <[email protected]> | 2024-11-27 10:40:40 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-11-27 10:40:40 +0800 |
| commit | 43cbb3745f333a83be6123734e0981d548abf771 (patch) | |
| tree | e5ad584c4ae95f95009ea049da16ca3d03ac5e73 /resource | |
| parent | 2cf0db86ea5d522b1f4816814343e0ee9df82d78 (diff) | |
TSG-23921 Tfe uses field instead of attribute and field_name value to remove the attr prefix
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/pangu/doh.json | 4 | ||||
| -rw-r--r-- | resource/pangu/pangu_http.json | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/resource/pangu/doh.json b/resource/pangu/doh.json index 0a5e2ec..6daf72e 100644 --- a/resource/pangu/doh.json +++ b/resource/pangu/doh.json @@ -12,7 +12,7 @@ "is_valid": "yes", "and_conditions": [ { - "attribute_name": "ATTR_DOH_QNAME", + "filed_name": "DOH_QNAME", "objects": [ { "items": [ @@ -40,7 +40,7 @@ "is_valid": "yes", "and_conditions": [ { - "attribute_name": "ATTR_DOH_QNAME", + "filed_name": "DOH_QNAME", "objects": [ { "items": [ diff --git a/resource/pangu/pangu_http.json b/resource/pangu/pangu_http.json index 9af7b23..9e7c25a 100644 --- a/resource/pangu/pangu_http.json +++ b/resource/pangu/pangu_http.json @@ -12,7 +12,7 @@ "is_valid": "yes", "and_conditions": [ { - "attribute_name": "ATTR_HTTP_URL", + "filed_name": "HTTP_URL", "objects": [ { "items": [ @@ -29,7 +29,7 @@ ] }, { - "attribute_name": "ATTR_APP_ID", + "filed_name": "APP_ID", "negate_option": false, "object_uuids": [ "00000201-0000-0000-0000-000000000000" @@ -47,7 +47,7 @@ "is_valid": "yes", "and_conditions": [ { - "attribute_name": "ATTR_SERVER_FQDN", + "filed_name": "SERVER_FQDN", "objects": [ { "items": [ @@ -75,7 +75,7 @@ "is_valid": "yes", "and_conditions": [ { - "attribute_name": "ATTR_HTTP_REQ_HDR", + "filed_name": "HTTP_REQ_HDR", "objects": [ { "items": [ @@ -92,7 +92,7 @@ ] }, { - "attribute_name": "ATTR_HTTP_REQ_HDR", + "filed_name": "HTTP_REQ_HDR", "objects": [ { "items": [ @@ -120,7 +120,7 @@ "is_valid": "yes", "and_conditions": [ { - "attribute_name": "ATTR_HTTP_URL", + "filed_name": "HTTP_URL", "objects": [ { "items": [ @@ -149,19 +149,19 @@ { "table_name": "RESPONSE_PAGE", "table_content": [ - {"uuid":"00000101-0000-0000-0000-000000000000","profile_name":"404","format":"html","path":"./resource/pangu/policy_file/404.html","is_valid":1,"modified_time":"1716531859000000"} + {"uuid":"00000101-0000-0000-0000-000000000000","profile_name":"404","format":"html","path":"./resource/pangu/policy_file/404.html","is_valid":1} ] }, { "table_name": "PROXY_REPLACEMENT_FILE", "table_content": [ - {"uuid":"00000201-0000-0000-0000-000000000000","profile_name":"chakanqi","content_name":"chakanqi-947KB.exe","content_type":"application/x-msdos-program","path":"./resource/pangu/policy_file/chakanqi-947KB.exe","is_valid":1,"modified_time":"1716531859000000"} + {"uuid":"00000201-0000-0000-0000-000000000000","profile_name":"chakanqi","content_name":"chakanqi-947KB.exe","content_type":"application/x-msdos-program","path":"./resource/pangu/policy_file/chakanqi-947KB.exe","is_valid":1} ] }, { "table_name": "PROXY_JS_FILE", "table_content": [ - {"uuid":"00000301-0000-0000-0000-000000000000","profile_name":"time","format":"js","insert_on":"before_page_load","path":"./resource/pangu/policy_file/time.js","is_valid":1,"modified_time":"1716531859000000"} + {"uuid":"00000301-0000-0000-0000-000000000000","profile_name":"time","format":"js","insert_on":"before_page_load","path":"./resource/pangu/policy_file/time.js","is_valid":1} ] }, { |
