mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
27 lines
668 B
JSON
27 lines
668 B
JSON
{
|
|
"name": "Microsoft SharePoint",
|
|
"website": "https://sharepoint.microsoft.com",
|
|
"matches": [
|
|
{
|
|
"search": "headers[microsoftsharepointteamservices]",
|
|
"regexp": "^(.+)$",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[sprequestguid]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[sharepointhealthscore]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-sharepointhealthscore]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Microsoft SharePoint"
|
|
}
|
|
]
|
|
} |