Ticket #5434: 5434.patch

File 5434.patch, 454 bytes (added by Damian, 14 years ago)

Proposed fix

  • env.js

     
    7575
    7676                        isCustomDomain : function()
    7777                        {
    78                                 return this.ie && document.domain != window.location.hostname;
     78                                var ipv6hostname = '[' + window.location.hostname + ']';
     79                                return this.ie && document.domain != window.location.hostname && document.domain != ipv6hostname;
    7980                        }
    8081                };
    8182
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy