mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
17 lines
429 B
JSON
17 lines
429 B
JSON
{
|
|
"name": "Atlassian Statuspage",
|
|
"website": "https://www.statuspage.io/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-statuspage-skip-logging]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-statuspage-version]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<a[^>]*href=\"https?://(?:www\\.)?statuspage\\.io/powered-by[^>]+>"
|
|
}
|
|
]
|
|
} |