Created
February 10, 2015 11:22
-
-
Save jjanssen/dbfdb3ab5df2f38addba to your computer and use it in GitHub Desktop.
Allow cookies to be set from iframes in Internet Explorer.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---------------------------------------------------------------------- | |
# | 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