Nelmio\SecurityBundle\ContentSecurityPolicy\PolicyManager::getChromeDirectives PHP Method

getChromeDirectives() private method

private getChromeDirectives ( )
    private function getChromeDirectives()
    {
        return array_merge($this->getLevel3(), $this->getDraftDirectives());
    }