diff --git a/WebAnalyzer.php b/WebAnalyzer.php index 16c248a..057ac04 100644 --- a/WebAnalyzer.php +++ b/WebAnalyzer.php @@ -118,6 +118,7 @@ public function __construct(?array $headers = null, ?array $options = []) $this ->analyseHeaders() ->analyseLocation() + ->analyseNetwork() ->deriveInformation() ->applyCorrections() ->detectCamouflage()