Closed
Bug 143617
Opened 23 years ago
Closed 23 years ago
Style Sheets not retirevable when in restricted area
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 138560
People
(Reporter: lembke, Assigned: morse)
Details
We have a admin area where the user is authenticated by cookies. Now however
if we access the admin area the style sheet which also resist in this area
and is referenced with <link REL="STYLESHEET" TYPE="text/css"
HREF="/admin/style/def.css"> within the index file the css is not
accessed/allowed since mozilla does not provide the auth cookie to the server.
However for external javascript script files it works perfect.
| Reporter | ||
Comment 1•23 years ago
|
||
Sorry,
it also does not work for external javascripts which are referenced from the
html file
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 138560 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
VERIFIED/dupe. removed "secure" from summary, since that has a specific meaning
w/ cookies
Status: RESOLVED → VERIFIED
QA Contact: tever → cookieqa
Summary: Style Sheets not retirevable when in secured area → Style Sheets not retirevable when in restricted area
You need to log in
before you can comment on or make changes to this bug.
Description
•