1

As I understand, the webserver will send p3p information to the browser, but will the browser then present that data to the javascript engine via some API?

Alexander Bird
  • 38,679
  • 42
  • 124
  • 159

1 Answers1

1

No -- P3P information is not exposed to JavaScript, and generally has very little effect on browser behavior in general, other than a few weird edge cases on MSIE.

  • Do you know a reference to these edge cases? – Alexander Bird Oct 10 '11 at 02:39
  • 1
    Check the "related questions" sidebar for some examples. The most common "gotcha" appears to be that P3P headers can be required if you set cookies from pages loaded in IFRAMEs. –  Oct 10 '11 at 04:06