mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
27 lines
809 B
JSON
27 lines
809 B
JSON
{
|
|
"name": "SchoolWire-Centricity",
|
|
"author": "Bhavin Senjaliya <bhavin.senjaliya@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "SchoolWire-Centricity is a CMS designed exclusively for K-12 school districts.",
|
|
"website": "https://www.schoolwires.com/centricity2",
|
|
"matches": [
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:^SWSessionID)",
|
|
"name": "SWSessionID cookie"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:^PSDB)",
|
|
"name": "PSDB cookie",
|
|
"certainty": 25
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:^PSN)",
|
|
"name": "PSN cookie",
|
|
"certainty": 25
|
|
}
|
|
]
|
|
}
|