Файловый менеджер - Редактировать - /home/pimjdymy/public_html/safrandsi/vendor/web-auth/webauthn-lib/src/CeremonyStep/HostTopOriginValidator.php
Назад
<?php declare(strict_types=1); namespace Webauthn\CeremonyStep; use Webauthn\Exception\AuthenticatorResponseVerificationException; final class HostTopOriginValidator implements TopOriginValidator { public function __construct( private readonly string $host ) { } public function validate(string $topOrigin): void { $topOrigin === $this->host || throw AuthenticatorResponseVerificationException::create( 'The top origin does not correspond to the host.' ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0.39 |
proxy
|
phpinfo
|
Настройка