gpt4 book ai didi

javascript - 在使用 CDN 版本的 CKeditor 时尝试加载表情符号插件...CORS 问题

转载 作者:行者123 更新时间:2023-11-30 20:14:32 25 4
gpt4 key购买 nike

我正在通过 CDN 加载最新 (4.10.0) 版的 ckeditor 以及自定义配置:

<script type="text/javascript" src="//cdn.ckeditor.com/full-all/ckeditor.js"></script>
<script type="text/javascript" src="/path/to/loadCustomConfig.js"></script>

loadCustomConfig.js 中:

CKEDITOR.config.extraPlugins='mentions,emoji';

我得到了

Failed to load https://cdn.ckeditor.com/4.10.0/full-all/plugins/emoji/emoji.json?t=I63C: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://' is therefore not allowed access.

当我从额外的插件配置中删除表情符号时,一切都正常加载。我什至可以使用 CKEDITOR.config.mentions = []; 设置提及

起初我认为我需要设置依赖关系,但“提及”有效...

有什么想法吗?这是当前的错误还是我只是遗漏了什么?

最佳答案

如@dandavis 所述,这是 CDN 方面的问题,已在 #2364 中修复不久前。

关于javascript - 在使用 CDN 版本的 CKeditor 时尝试加载表情符号插件...CORS 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52062038/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com