Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
$statusMessage = null,
$itemsCount = null,
$itemsPerPage = null) {
+ parent::__construct();
+
$this->format = $format;
$this->statusMessage = $statusMessage;
$this->itemsCount = $itemsCount;
$this->setETag($dataResponse->getETag());
$this->setLastModified($dataResponse->getLastModified());
$this->setCookies($dataResponse->getCookies());
- $this->setContentSecurityPolicy(new EmptyContentSecurityPolicy());
if ($format === 'json') {
$this->addHeader(