Forum Moderators: phranque
Header set P3P 'CP="This is not a P3P policy! See our privacy statement here http://www.example.com/example/cms/lang/en/site/products/home/privacy-statement"
<IfModule mod_headers>
[Some command to check if Set-Cookie is being sent]
Header set P3P 'CP="This is not a P3P policy! See our privacy statement here http://www.example.com/example/cms/lang/en/site/products/home/privacy-statement"
</IfModule>
I'm thinking it's possible to create an ifModule statement like below