‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Security\ContentSecurityPolicy\SourceInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Security\ContentSecurityPolicy\SourceInterface:
TYPO3\CMS\Core\Security\ContentSecurityPolicy\RawValue TYPO3\CMS\Core\Security\ContentSecurityPolicy\SourceValueInterface TYPO3\CMS\Core\Security\ContentSecurityPolicy\UriValue TYPO3\CMS\Core\Security\ContentSecurityPolicy\HashProxy TYPO3\CMS\Core\Security\ContentSecurityPolicy\HashValue

Detailed Description

Semantic interface for anything that can be used as "source" in the terms of Content-Security-Policy - it includes enum objects, as well as real object instances that would be using SourceValueInterface instead.

This implementation might still change

Definition at line 27 of file SourceInterface.php.