Skip to content

Instantly share code, notes, and snippets.

@jjanssen
Created February 10, 2015 11:22
Show Gist options
  • Save jjanssen/dbfdb3ab5df2f38addba to your computer and use it in GitHub Desktop.
Save jjanssen/dbfdb3ab5df2f38addba to your computer and use it in GitHub Desktop.
Allow cookies to be set from iframes in Internet Explorer.
# ----------------------------------------------------------------------
# | Iframes cookies |
# ----------------------------------------------------------------------
# Allow cookies to be set from iframes in Internet Explorer.
#
# http://msdn.microsoft.com/en-us/library/ms537343.aspx
# http://www.w3.org/TR/2000/CR-P3P-20001215/
# <IfModule mod_headers.c>
# Header set P3P "policyref=\"/w3c/p3p.xml\", CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""
# </IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment