﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3370	Use CKEDITOR.env.isCustomDomain()	Artur Formella	Tobiasz Cudnik	"Right now we have many times:

{{{
var isCustomDomain = CKEDITOR.env.ie && document.domain != window.location.hostname;

}}}
It should be replaced with just 

{{{
var isCustomDomain = CKEDITOR.env.isCustomDomain();
}}}
"	New Feature	closed	Normal	CKEditor 3.1	General		fixed	Confirmed Review+	
