Skip to content

Instantly share code, notes, and snippets.

@bluefuton
Created February 4, 2011 10:38
Show Gist options
  • Save bluefuton/810977 to your computer and use it in GitHub Desktop.
Save bluefuton/810977 to your computer and use it in GitHub Desktop.
Output P3P header so that cookies are accessible to Facebook canvas iframe in IE
<?php
// Output P3P header so that cookies are accessible to Facebook canvas iframe in IE
$p3p_header = 'policyref="/w3c/p3p.xml", CP="NOI DSP COR CURa ADMa DEVa PSAa PSDa OUR NOR UNI COM NAV"';
$this->output->set_header('P3P: '.$p3p_header);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment