Closed
Bug 290275
Opened 20 years ago
Closed 20 years ago
Add whitelist of safe top-level domains for IDN (Opera method)
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
DUPLICATE
of bug 286534
People
(Reporter: u115577, Assigned: darin.moz)
References
Details
(Keywords: intl)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
All IDN urls are currently displayed as Punycode by default. Whitelist of safe
TLDs like Opera is needed to resolve this IDN problem more smartly.
http://www.opera.com/windows/changelogs/800b2/
I suggest new pref like this:
pref("network.IDN_TLDs_whitelist", "no, jp, de, se, kr, tw, cn, at, dk, ch, li");
If IDN url matches whitelist, the url should be displayed as Unicode whether
"network.IDN_show_punycode" pref is true or false.
Comment 1•20 years ago
|
||
I don't think that this way is best.
Because there is bug 283016. We cannot trust the sub-domain always.
I think that better way is the way of Safari.
Safari has blacklist of char. In this way we can trust all TLD and all sub-domain.
Safari has whitelist of char, not blacklist.
http://docs.info.apple.com/article.html?artnum=301116-en
Comment 3•20 years ago
|
||
Sorry. I don't know it.
I don't like the way of Safari too...
Because on Safari, we cannot use inter-ideograph(Kanji).
whitelist of Opera 8.0 Beta 3 (Opera6.ini):
IDNA White List=:no:jp:de:se:kr:tw:cn:at:dk:ch:li:museum:hu:
Comment 5•20 years ago
|
||
Should we create blacklist of char?
# Is the way wrong for performance?
Comment 6•20 years ago
|
||
Isn't this a dup of bug 286534? (and bug 286535 for the char-blacklist)
Comment 7•20 years ago
|
||
Yes, this is a dupe. I'm just resolving it as a dupe of bug 286534 because
that's what the summary line talks about.
*** This bug has been marked as a duplicate of 286534 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Bug 286534 is about blacklist and different from Opera method.
Solution of Bug 283016 may be bug 286535.
Comment 9•20 years ago
|
||
Opera 8.0 beta 3 allows the user to switch from a whitelist to a blacklist:
http://www.opera.com/windows/changelogs/800b3/
Comment 10•20 years ago
|
||
(In reply to comment #8)
> Bug 286534 is about blacklist and different from Opera method.
I don't think so. See the summary line of that bug. It's about a generic method
to dis/enable rendering IDNs with punycode depending on TLD.
Updated•20 years ago
|
Flags: blocking-aviary1.1?
You need to log in
before you can comment on or make changes to this bug.
Description
•