Guest User

Untitled

a guest
Jul 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. // Output P3P header so that cookies are accessible to Facebook canvas iframe in IE
  3. $p3p_header = 'policyref="/w3c/p3p.xml", CP="NOI DSP COR CURa ADMa DEVa PSAa PSDa OUR NOR UNI COM NAV"';
  4. $this->output->set_header('P3P: '.$p3p_header);
Add Comment
Please, Sign In to add comment