Sets whether to automatically follow meta refresh redirects or not.
public function followMetaRefresh(bool $followMetaRefresh = true) : void { $this->followMetaRefresh = $followMetaRefresh; }