Downgrade CSP status for PM from secury to common
This commit is contained in:
parent
56160a3a94
commit
164e0f8653
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue