ie6 p3p 'file download security warning'
Posted
by
cometta
on Stack Overflow
See other posts from Stack Overflow
or by cometta
Published on 2010-12-30T08:51:32Z
Indexed on
2010/12/30
8:54 UTC
Read the original article
Hit count: 357
i have a page inside iframe, so i set the header to
"P3P","CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""
after that my page inside iframe able to load properly and i able to authenticate user with 'form' post . but on ie6, when i post 'form' inside iframe, i get ie6 message 'file download security warning on javascript file' . those javascript files are put on 'head' of pages inside iframe. how comes ie6 suddenly pop up dialog asking to download those files? anyone know which p3p parameter cause this problem?
© Stack Overflow or respective owner