标头是什么('P3P:CP ="CAO PSA OUR"');做? [英] What does header('P3P: CP="CAO PSA OUR"'); do?

查看:281
本文介绍了标头是什么('P3P:CP ="CAO PSA OUR"');做?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

header('P3P: CP="CAO PSA OUR"');的作用是什么?

如何/为什么要让此脚本在IE中正常工作?

How/why will it let this script work fine in IE?

session_start();

if (!session_is_registered(pre_myusername)) {
    header("location:index.php");
    exit();
}

推荐答案

P3P是隐私首选项平台. /a>值CP="CAO PSA OUR"描述了带有令牌的紧凑政策

  • contact and others (access information: What information is collected?)

已识别的联系信息和其他已识别的数据:可以访问已识别的在线和实际联系信息以及某些其他已识别的数据.

Identified Contact Information and Other Identified Data: access is given to identified online and physical contact information as well as to certain other identified data.

  • 伪分析(目的信息:收集到的信息是做什么用的?)

  • pseudo-analysis (purpose information: What is the collected information used for?)

    假名分析:信息可用于创建或构建与假名标识符绑定的特定个人或计算机的记录,而无需附加已标识的数据(例如姓名,地址,电话号码) ,或电子邮件地址)添加到记录.此配置文件将用于确定个人的习惯,兴趣或其他特征,以便进行研究,分析和报告,但不会用于识别特定的个人.例如,营销人员可能希望了解网站不同部分的访问者的兴趣.

    Pseudonymous Analysis: Information may be used to create or build a record of a particular individual or computer that is tied to a pseudonymous identifier, without tying identified data (such as name, address, phone number, or email address) to the record. This profile will be used to determine the habits, interests, or other characteristics of individuals for purpose of research, analysis and reporting, but it will not be used to attempt to identify specific individuals. For example, a marketer may wish to understand the interests of visitors to different portions of a Web site.

  • 我们的(收件人信息:谁得到收集的信息?)

  • ours (receipient information: Who gets that collected information?)

    我们自己和/或充当代理的实体或我们为其代理的实体:在这种情况下,代理被定义为仅代表服务处理数据的第三方提供者完成规定的目的. (例如,服务提供商及其打印局打印地址标签,而对该信息不做任何进一步的处理.)

    Ourselves and/or entities acting as our agents or entities for whom we are acting as an agent: An agent in this instance is defined as a third party that processes data only on behalf of the service provider for the completion of the stated purposes. (e.g., the service provider and its printing bureau which prints address labels and does nothing further with the information.)

  • 这篇关于标头是什么('P3P:CP ="CAO PSA OUR"');做?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

    查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆