Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Within our security improvements, on August 5, 2021, we restricted the ability to send the spelling and grammar check requests via HTTP to our Cloud. It is a common practice to improve the security of both the servers themselves and the data they process. To solve this case, your participation is required.

For example, if you are using the plugins for CKEditor, please add the scayt_srcUrl (for SCAYT) or config.wsc_customLoaderScript (for WSC) to CKEditor config.js along with the rest settings that will load the plugin resources via HTTPS.


Code Block
config.scayt_srcUrl ='https://svc.webspellchecker.net/spellcheck31/wscbundle/wscbundle.js';

config.wsc_customLoaderScript = 'https://svc.webspellchecker.net/spellcheck/lf/22/js/wsc_fck2plugin.js';