You are here

None.php in Content-Security-Policy 8

File

src/Plugin/CspReportingHandler/None.php
View source
<?php

namespace Drupal\csp\Plugin\CspReportingHandler;

use Drupal\csp\Plugin\ReportingHandlerBase;

/**
 * Null Csp Reporting Handler.
 *
 * @CspReportingHandler(
 *   id = "none",
 *   label = @Translation("None"),
 *   description = @Translation("Reporting is disabled"),
 * )
 */
class None extends ReportingHandlerBase {

}

Classes

Namesort descending Description
None Null Csp Reporting Handler.