 | HSTS (Security) | |
- Matches
- Pattern
- (?:)
- Pattern type
- headers
- Match
- strict-transport-security
|
 | Mailgun (Email) | |
- Matches
- Pattern
- mailgun\.org
- Pattern type
- dns
- Match
- mailgun.org
|
 | Nginx (Web servers, Reverse proxies) | |
- 描述
- Nginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.https://nginx.org/en
- Matches
- Pattern
- nginx(?:\/([\d.]{1,250}))?
- Pattern type
- headers
- Match
- nginx/1.26.2
|
 | Vue.js (JavaScript frameworks) | |
- 描述
- Vue.js is an open-source model–view–viewmodel JavaScript framework for building user interfaces and single-page applications.https://vuejs.org
- Matches
- Pattern
- <[^>]{1,250}\sdata-v(?:ue)?-
- Pattern type
- html
- Match
- <div class="js-branch-tag-selector tw-mr-1" data-v-
|