Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-http/src/Header/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-http/src/Header/ContentSecurityPolicyReportOnly.php

<?php

namespace Laminas\Http\Header;

/**
 * Content Security Policy Level 3 Header
 *
 * @link http://www.w3.org/TR/CSP/
 */
class ContentSecurityPolicyReportOnly extends ContentSecurityPolicy
{
    /**
     * Get the header name
     *
     * @return string
     */
    public function getFieldName()
    {
        return 'Content-Security-Policy-Report-Only';
    }
}