Overrides SurrogateInterface::addSurrogateControl
public function addSurrogateControl(Response $response) : void { if (str_contains($response->getContent(), '<!--#include')) { $response->headers ->set('Surrogate-Control', 'content="SSI/1.0"'); } }