mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"name": "Phabricator",
|
|
"website": "http://phacility.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[phsid]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<[^>]+(?:class|id)=\"phabricator-"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "/phabricator/[a-f0-9]{8}/rsrc/js/phui/[a-z-]+\\.js$"
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |