Downgrade CSP status for PM from secury to common

This commit is contained in:
Visman 2023-11-15 17:15:31 +07:00
parent 56160a3a94
commit 164e0f8653

View file

@ -31,7 +31,7 @@ abstract class AbstractPM extends Page
$this->fIndex = self::FI_PM;
$this->onlinePos = 'pm';
$this->robots = 'noindex, nofollow';
$this->hhsLevel = 'secure';
// $this->hhsLevel = 'secure';
}
/**