Created
June 11, 2012 07:38
-
-
Save radzikowski/2908924 to your computer and use it in GitHub Desktop.
add p3p Header to nginx
This file contains hidden or 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
add to nginx.conf | |
add_header P3P 'policyref="/w3c/p3p.xml", CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT", CP="CAO PSA OUR"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried this method but this didn't work.