PHP Classes

Bug

Recommend this page to a friend!

      PHP Content Security Policy generator  >  All threads  >  Bug  >  (Un) Subscribe thread alerts  
Subject:Bug
Summary:variable not put as class variable
Messages:2
Author:Patrick Brouillé
Date:2015-02-05 20:55:29
 

  1. Bug   Reply   Report abuse  
Picture of Patrick Brouillé Patrick Brouillé - 2015-02-05 20:55:29
Hello,

The following line:
header('X-Frame-Options: ALLOW-FROM ' . $framesrc, TRUE);

should be:
header('X-Frame-Options: ALLOW-FROM ' . $this->frameSrc, TRUE);

Thanks for your work,
Patrick

  2. Re: Bug   Reply   Report abuse  
Picture of Tom Postma Tom Postma - 2015-02-22 20:29:39 - In reply to message 1 from Patrick Brouillé
Thanks for reporting going to change that soon.