Преглед изворни кода

Downgrade CSP status for PM from secury to common

Visman пре 1 година
родитељ
комит
164e0f8653
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Models/Pages/PM/AbstractPM.php

+ 1 - 1
app/Models/Pages/PM/AbstractPM.php

@@ -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';
     }
 
     /**