From MozillaZine Knowledge Base
Background
P3P (The Platform for Privacy Preferences) is a W3C recommendation that allows users to specify how they wish to accept cookies based on how a website says it will use them. This preference controls the browser's P3P handling when a custom P3P level is chosen.
Possible values and their effects
The value of this preference is an 8 character string. The positions of the characters determine the type of sites and the character itself determines the behaviour. (Default: ffffaaaa)
Character
- flag the cookie (cookie will display an icon in the cookie manager)
- downgrade the cookie to a session cookie (the cookie will be deleted when the browser closes)
- accept the cookie
- reject the cookie
Position
- First party cookies from sites with no privacy policy
- Third party cookies from sites with no privacy policy
- First party cookies from sites that collect personal information without permission
- Third party cookies from sites that collect personal information without permission
- First party cookies from sites that collect personal information only with permission
- Third party cookies from sites that collect personal information only with permission
- First party cookies from sites that don't collect personal information
- Third party cookies from sites that don't collect personal information
UI
Mozilla Suite
?
Caveats
First checked in
2001-09-27 by Stephen P. Morse
Has an effect in
- Netscape (all versions from 6.1 to 7.2)
- Mozilla Suite (all versions since 0.9.5)
- SeaMonkey (all versions)
Related bugs
Related preferences
See also