php - Meaning? header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"'); -
i see code below in posts. mean , how can hurt or adding on header?
ob_start(); header('p3p:cp="idc dsp cor adm devi taii psa psd ivai ivdi coni our ind cnt"');
p3p platform privacy prefences project. intended make compact privacy policy statements.
you can break down statement based off this resource:
- idc: access descriptor. grants access identifiable contact information.
- dsp: privacy policy token concerning dispute resolution.
- cor: errors service remedied service.
- adm: information can used technical support, without consent
- devi: etc. etc. etc. (i'm not going go through of these.)
i don't know why hacker put header, sure revert changes.
Comments
Post a Comment