-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
coreThe issue is caused by the editor core code.The issue is caused by the editor core code.status:confirmedAn issue confirmed by the development team.An issue confirmed by the development team.type:taskAny other issue (refactoring, typo fix, etc).Any other issue (refactoring, typo fix, etc).
Description
Currently most of the browsers are going to deprecate the setters for document.domain method.
Here mentioning about deprecation https://developer.mozilla.org/en-US/docs/Web/API/Document/domain. Please refer this article as well.
However, ckeditor.js or others js are still using document.domain method to set document.domain. Please refer the below link where you will find out the document.domain setter.
Line 1410 in f631006
| document.domain = domain; |
We wanted to know your feature plan about document.domain. Means are you planning to use any alternative way or it will still be used in feature? In that case it might be create an issue if setters for document.domain will be deprecated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreThe issue is caused by the editor core code.The issue is caused by the editor core code.status:confirmedAn issue confirmed by the development team.An issue confirmed by the development team.type:taskAny other issue (refactoring, typo fix, etc).Any other issue (refactoring, typo fix, etc).