Closed
Bug 286890
Opened 20 years ago
Closed 20 years ago
Punycode not displayed for IDN when network.IDN_show_punycode == true and network.enableIDN == false
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 283586
People
(Reporter: djcater+bugzilla, Assigned: darin.moz)
Details
Attachments
(1 file, 1 obsolete file)
|
317 bytes,
application/xhtml+xml
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050319 Firefox/1.0+ Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050319 Firefox/1.0+ Even when IDN support is disabled (network.enableIDN == false,) I believe punycode should be displayed if network.IDN_show_punycode == true. Reproducible: Always Steps to Reproduce: (With network.IDN_show_punycode == true and network.enableIDN == false.) 1. Load up the provided testcase. 2. Hover over the link and observe status-bar text. 3. Follow the link and observe the location-bar text. Actual Results: Status bar doesn't display punycode. Location bar doesn't display punycode. Expected Results: Both should have displayed the punycode even though IDN support was disabled. In this testcase a user may be led to believe that the real PayPal website is not working, as the text looks very similar to 'paypal'. In fact, it's a completely different website that is not being displayed because IDN support is disabled. Perhaps a new IDN error message might also help this situation...
Contains a link looking like 'paypal.com.' but actually linking to an IDN.
Testcase containing link to IDN website, but looking similar to 'paypal.com.' when punycode is not displayed.
Attachment #177989 -
Attachment is obsolete: true
Comment 3•20 years ago
|
||
This is a duplicate of bug #283586 based on the comments here and there...
Comment 4•20 years ago
|
||
*** This bug has been marked as a duplicate of 283586 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•