X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fenv.js;fp=sources%2Fcore%2Fenv.js;h=cbf089c97d600775bb8dbd074efebfb17e4b649a;hp=4410ce93a318738be39d20dd7266f026dfc71905;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/core/env.js b/sources/core/env.js index 4410ce9..cbf089c 100644 --- a/sources/core/env.js +++ b/sources/core/env.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -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) }, /**