mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
24 lines
661 B
JSON
24 lines
661 B
JSON
{
|
|
"name": "DotCMS",
|
|
"author": "Andrew Horton, Bhavin Senjaliya",
|
|
"version": "0.3",
|
|
"description": "DotCMS is an opensource CMS written in Java. Has enterprise support",
|
|
"website": "http://www.dotcms.org/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<img[^>]+src=\"[^\"]*\\/dotAsset\\/)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<link[^>]+href=\"[^\"]*\\/dotAsset\\/)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<a[^>]+href=\"[^h][^\"]*index\\.dot)"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:dotcms)",
|
|
"name": "dotcms cookie"
|
|
}
|
|
]
|
|
}
|