class ApplyCspRules
{
-
/**
* @var CspService
*/
$this->cspService->setFrameAncestors($response);
$this->cspService->setScriptSrc($response);
+ $this->cspService->setObjectSrc($response);
+ $this->cspService->setBaseUri($response);
return $response;
}
-
}