Closed
Bug 273403
Opened 21 years ago
Closed 21 years ago
P3P Header causes Firefox 1.x to not render page
Categories
(Firefox :: Page Info Window, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: kevin, Assigned: bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Please see the difference between
http://www.ironcom.net
http://www.ironcom.net/p3pindex.cgi
The only difference in the header is the following line
P3P: CP="ALL DSP COR CURa ADMa DEVa PSAa CONa HISa TELa OUR BUS"
The FULL header for the first URL
HTTP/1.1 200 OK
Date: Mon, 06 Dec 2004 18:18:41 GMT
Server: Apache/1.3.33 (Unix) mod_mono/1.0.1 mod_auth_passthrough/1.8
mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.9 FrontPage/5.0.2.2635
mod_ssl/2.8.22 OpenSSL/0.9.7a
Set-Cookie: session=SRCP4C6OWBRGTRR5FOBUB708F28ND5RB; path=/; expires=Sat,
04-Jun-2005 18:18:42 GMT
Connection: close
Content-Type: text/html
The FULL header for the second URL
HTTP/1.1 200 OK
Date: Mon, 06 Dec 2004 18:19:30 GMT
Server: Apache/1.3.33 (Unix) mod_mono/1.0.1 mod_auth_passthrough/1.8
mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.9 FrontPage/5.0.2.2635
mod_ssl/2.8.22 OpenSSL/0.9.7a
P3P: CP="ALL DSP COR CURa ADMa DEVa PSAa CONa HISa TELa OUR BUS"
Set-Cookie: session=P3VYPMPCYQTLL34JQQXU04AQRVVMFYL2; path=/; expires=Sat,
04-Jun-2005 18:19:30 GMT
Connection: close
Content-Type: text/plain
If no one has yet implemented the P3P header, can you please patch Firefox to
ignore this line. I like to code my sites for all browsers, and keep within
certain standards, but cannot do so if your browser doesn't support all w3c
standards
Reproducible: Always
Steps to Reproduce:
Visit my site with a proper P3P Header
Actual Results:
Shows the source code instead of the page
Expected Results:
Displayed the actual page render
Comment 1•21 years ago
|
||
...
Content-Type: text/html
...
Content-Type: text/plain
I'd say that makes *two* differences, not one.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•