X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fenv.js;h=cbf089c97d600775bb8dbd074efebfb17e4b649a;hp=43b608aa444e45a8ddbbab622594ff1825bc766c;hb=HEAD;hpb=c63493c899de714b05b0521bb38aab60d19030ef diff --git a/sources/core/env.js b/sources/core/env.js index 43b608a..cbf089c 100644 --- a/sources/core/env.js +++ b/sources/core/env.js @@ -136,7 +136,7 @@ if ( !CKEDITOR.env ) { var domain = document.domain, hostname = window.location.hostname; - return domain != hostname && domain != ( '[' + hostname + ']' ); // IPv6 IP support (#5434) + return domain != hostname && domain != ( '[' + hostname + ']' ); // IPv6 IP support (http://dev.ckeditor.com/ticket/5434) }, /**