Loading app/Controllers/Episode.php +2 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,8 @@ class Episode extends BaseController public function embeddablePlayer($theme = 'light-transparent') { header('Content-Security-Policy: frame-ancestors https://* http://*'); self::triggerWebpageHit($this->episode->podcast_id); $session = \Config\Services::session(); Loading Loading
app/Controllers/Episode.php +2 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,8 @@ class Episode extends BaseController public function embeddablePlayer($theme = 'light-transparent') { header('Content-Security-Policy: frame-ancestors https://* http://*'); self::triggerWebpageHit($this->episode->podcast_id); $session = \Config\Services::session(); Loading