mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"name": "Redmine",
|
|
"website": "http://www.redmine.org",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[_redmine_session]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "Powered by <a href=\"[^>]+Redmine"
|
|
},
|
|
{
|
|
"search": "meta[description]",
|
|
"regexp": "Redmine"
|
|
}
|
|
],
|
|
"implies": "Ruby on Rails"
|
|
} |