WP Rocket - Add Rocket Nginx bypass header detection

If a server configuration is using the rocket-nginx configuration, we can use this as an alternative fingerprint detection.

https://github.com/maximejobin/rocket-nginx

fixes #2661
main
Kyle Taylor 6 years ago
parent 1cca98b405
commit 63a85b3b66

@ -10899,7 +10899,8 @@
23 23
], ],
"headers": { "headers": {
"X-Powered-By": "WP Rocket(?:/([\\d.]+))?\\;version:\\1" "X-Powered-By": "WP Rocket(?:/([\\d.]+))?\\;version:\\1",
"X-Rocket-Nginx-Bypass": ""
}, },
"html": "<!--[^>]+WP Rocket", "html": "<!--[^>]+WP Rocket",
"icon": "WP Rocket.png", "icon": "WP Rocket.png",