Closed
Bug 724222
Opened 13 years ago
Closed 13 years ago
View page info -> Security: doesn't show cookies were set for sites with ip:8080 address (see Firefox Bug 409174).
Categories
(SeaMonkey :: Page Info, defect)
SeaMonkey
Page Info
Tracking
(seamonkey2.10 fixed)
RESOLVED
FIXED
seamonkey2.10
Tracking | Status | |
---|---|---|
seamonkey2.10 | --- | fixed |
People
(Reporter: philip.chee, Assigned: philip.chee)
Details
Attachments
(1 file)
3.38 KB,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
q.v.
Bug 409174: View page info -> Security: doesn't show cookies were set for sites with ip:8080 address. 2008
(Regression) Bug 435577 - Security tab broken for moz-icon or jar URIs.
Assignee | ||
Comment 1•13 years ago
|
||
Tested with:
http://www.mozdev.org:8080/
and
moz-icon://.pdf?size=16
> +function hostHasCookies(uri) {
> + var hostName;
> + try {
> + hostName = uri.asciiHost;
> + }
> + catch (e) {
> + }
uri.asciiHost will throw for moz-icon:
Attachment #594414 -
Flags: review?(iann_bugzilla)
Comment on attachment 594414 [details] [diff] [review]
Patch v1.0
In theory I should ask you to change the function arguments to aUri
r=me either way.
Attachment #594414 -
Flags: review?(iann_bugzilla) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Pushed to comm-central:
http://hg.mozilla.org/comm-central/rev/9ff442d02f87
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
status-seamonkey2.10:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.10
You need to log in
before you can comment on or make changes to this bug.
Description
•