Forum Moderators: DixonJones
I'm getting entries like this in my access_log files:
'128.2.141.33 20AG05 15:37:38 /w3c/p3p.xml 404 292 cups.cs.cmu.edu/p3pfaq=1 '
Browsing for P3P brings up this site: [w3.org...] ..
which just confuses the heck out of me.
My site doesn't collect visitor data beyond access logs.
I don't know anything about individual visitors, no credit card info, nada.
Since some of the tin-hat types who visit tend to be paranoid,
I'd like to put up the colored 'bird' (or whatever) to reassure them.
Can anybody decipher what it is exactly I have to do?
With no user data collected, I see no need for some huge privacy policy file or whatever it is they want.
Anybody else dealt with this? I've never seen the bird thingy. -Larry
As I recall you can get a plugin for your browser that will check the p3p.xml file of sites you visit and compare the privacy settings in there to those the users configured. If the p3p.xml matched or was better than the users defined privacy preferences you would get the green bird. If not you would get a yellow or a red one.
I don't think the standard ever took off, which doesn't really suprise me, as it is the web site owner that populates the information in the p3p.xml file for their site, so those unscrupelous web sites owners could easily claim they respect your privacy when if fact they aren't going to.
Have a look at
[msdn.microsoft.com...]
# P3P policy for session data
if($_SESSION) header("P3P: CP='list your p3p codes here'");
I didn't know about a p3p.xml file, but it's probably an alternative to sending the header. There are a couple of (free) sites that will let you generate a p3p code suitable for your site.
But I wouldn't lose sleep over it ;)