mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
556 B
JSON
20 lines
556 B
JSON
{
|
|
"name": "AzureCloud",
|
|
"author": "Bhavin Senjaliya <bhavin.senjaliya@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Windows Azure cloud platform",
|
|
"website": "https://azure.microsoft.com/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:ARRAffinity)",
|
|
"name": "ARRAffinity cookie"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:WAWebSiteSID)",
|
|
"name": "WAWebSiteSID cookie"
|
|
}
|
|
]
|
|
}
|