mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
743 B
JSON
19 lines
743 B
JSON
{
|
|
"name": "Netscape-Enterprise",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Netscape Enterprise Server was a web server developed originally by Netscape Communications Corporation. The product has since been renamed Sun Java System Web Server, reflecting the product's acquisition by Sun Microsystems.",
|
|
"website": "http://wikis.sun.com/display/WebServer/Sun+Java+System+Web+Server",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^Netscape-Enterprise)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Netscape-Enterprise\\/(.+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|