Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经创建了 p3p 文件,将它们放在 w3c 文件夹中,但 fiddler2 仍然返回没有 p3p 的设置 cookie?
iis上的wordpress网站...
试图让它返回设置 cookie 和 P3P ......
我知道这是旧东西,但客户想要它。
我错过了什么?
我不得不将此行添加到 header.php 中,它在标题中发送了正确的信息。
<?php language_attributes();
header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"'); ?>>
在那之后提琴手2是绿色的。