We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e3a94a + db5baeb commit fcb8129Copy full SHA for fcb8129
plugin.js
@@ -702,10 +702,7 @@ CKEDITOR.plugins.add('scayt', {
702
}
703
704
if(typeof editor.config.scayt_srcUrl !== 'string') {
705
- var protocol = document.location.protocol;
706
- protocol = protocol.search(/https?:/) != -1 ? protocol : 'http:';
707
-
708
- editor.config.scayt_srcUrl = protocol + '//svc.webspellchecker.net/spellcheck31/wscbundle/wscbundle.js';
+ editor.config.scayt_srcUrl = 'https://svc.webspellchecker.net/spellcheck31/wscbundle/wscbundle.js';
709
710
711
if(typeof CKEDITOR.config.scayt_handleCheckDirty !== 'boolean') {
0 commit comments