관리-도구
편집 파일: NonceGeneratorInterface.php
<?php declare(strict_types=1); namespace Flasher\Prime\Http\Csp; interface NonceGeneratorInterface { public function generate(): string; }