Skip to content

Instantly share code, notes, and snippets.

@radzikowski
Created June 11, 2012 07:38
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save radzikowski/2908924 to your computer and use it in GitHub Desktop.
Save radzikowski/2908924 to your computer and use it in GitHub Desktop.
add p3p Header to nginx
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"'
@mukeshkamboj
Copy link

I tried this method but this didn't work.

@razius
Copy link

razius commented Apr 1, 2016

Missing ; at the end of line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment