 | HSTS (Security) | |
- Matches
- Pattern
- (?:)
- Pattern type
- headers
- Match
- strict-transport-security
|
 | HTTP/3 (Miscellaneous) | |
- 描述
- HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.https://httpwg.org/
- Matches
- Pattern
- h3
- Pattern type
- headers
- Match
- h3
|
 | 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
|
 | React (JavaScript frameworks) | |
- 描述
- React is an open-source JavaScript library for building user interfaces or UI components.https://reactjs.org
- Matches
- Pattern
- <[^>]{1,250}data-react
- Pattern type
- html
- Match
- <meta content="#FFC0CB" data-react
|