mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-01-23 16:15:48 +08:00
14 lines
361 B
JSON
14 lines
361 B
JSON
[
|
|
{
|
|
"type": "url-extension",
|
|
"name": "URL扩展名",
|
|
"description": "根据URL中的文件路径扩展名进行过滤",
|
|
"component": "http-cond-url-extension"
|
|
},
|
|
{
|
|
"type": "mime-type",
|
|
"name": "内容MimeType",
|
|
"description": "根据服务器返回的内容的MimeType进行过滤",
|
|
"component": "http-cond-mime-type"
|
|
}
|
|
] |