]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/core/env.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / core / env.js
index 4410ce93a318738be39d20dd7266f026dfc71905..cbf089c97d600775bb8dbd074efebfb17e4b649a 100644 (file)
@@ -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)
                        },
 
                        /**