Merge pull request #6476 from ysm0622/flyio

Add Fly.io Detection
main
Elbert Alias 3 years ago committed by GitHub
commit 777a3fb319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -924,6 +924,23 @@
"implies": "PHP",
"website": "https://fluxbb.org"
},
"Fly.io": {
"cats": [
22
],
"description": "Fly is a platform for running full stack apps and databases.",
"cookies": {
"_fly": ""
},
"headers": {
"fly-request-id": "",
"server": "^Fly/*",
"via": "*fly.io$"
},
"pricing": ["freemium", "payg"],
"icon": "Fly.io.png",
"website": "https://fly.io"
},
"Flyspray": {
"cats": [
13
@ -1733,4 +1750,4 @@
"scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1",
"website": "https://github.com/alvarotrigo/fullpage.js"
}
}
}