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=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 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) }, /**